Thread
:
number of read in RNA-seq?
View Single Post
07-12-2011, 12:14 PM
#
2
kwatts59
Member
Location: nevada
Join Date: Apr 2011
Posts: 46
Try the LINUX command "wc -l <filename>". This will count the number of lines in the file. If the file is in fastq format, you will have to divide the number of lines by 4. This will give you the number of reads.
kwatts59
View Public Profile
Send a private message to kwatts59
Find More Posts by kwatts59