-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explore lite pipeline #20
Comments
@hbeale mMaybe I was over thinking all the details. We essentially just need something that correlates with uniqMappedNonDupeReadCount. Once we have that we can scale appropriately. Preliminary attempt: X = Total Reads * % Unique in first 100k of FASTQ Will look into those flat liners with a bit more tooling. Make sense? |
The trend looks right.
We need a fraction so that we can apply it to the total number of exonic
reads to get the number of non dupe exonic reads
…On Fri, Jul 27, 2018 at 10:34 PM Rob Currie ***@***.***> wrote:
@hbeale <https://github.com/hbeale> mMaybe I was over thinking all the
details. We essentially just need something that correlates with
uniqMappedNonDupeReadCount. Once we have that we can scale appropriately.
Preliminary attempt:
X = Total Reads * % Unique in first 100k of FASTQ
Y = uniqMappedNonDupeReadCount
[image: image]
<https://user-images.githubusercontent.com/492570/43353396-b3c61120-91ec-11e8-9425-5e8eebb999ac.png>
Will look into those flat liners with a bit more tooling. Make sense?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADVg1EjrE-4OAAdbiu7PVzoKpvpeU8Zks5uK_fsgaJpZM4Vgntm>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Creating this ticket to evaluate a lighter weight pipeline using Kallisto for quantification.
The text was updated successfully, but these errors were encountered: