Jump to content
Toggle sidebar
Neurobiology.Dev
Search
Create account
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Talk
Contributions
Navigation
Main page
Records
Recent changes
Random page
Tools
What links here
Related changes
Special pages
Page information
Editing
Nanopore RNA Sequencing Protocol
(section)
Page
Discussion
English
Read
Edit
View history
More
Read
Edit
View history
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Check Read Count=== ''Samtools'' comes with the ability to check the total number of reads in a <code>.bam</code> file via the command <code>view -c</code>. Therefore, at this stage you should count the total number of reads in both the master aligned file and (if aligned to the genome) the individual chromosome you isolated. This can be done via the following: <code>Bash</code> <syntaxhighlight lang="Bash"> samtools view -c ${SAMPLEID}_aligned.bam samtools view -c ${SAMPLEID}_${CHR}.bam </syntaxhighlight> Or, if mapped to the transcriptome: <code>Bash</code> <syntaxhighlight lang="Bash"> samtools view -c ${SAMPLEID}_taligned.bam </syntaxhighlight> For reference, the <code>FAM95931</code> sample (identified here by ''flow cell'' ID) we ran had about 1.9 million reads total and 106,000 reads across chromosome 19. This was using a standard ''MinION'' flow cell, ''not'' a flongle, which should have about 120-200k reads.
Summary:
Please note that all contributions to Neurobiology.Dev may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Neurobiology.Dev:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)