How To Calculate Read Count For Antisense Study?
0
1
Entering edit mode
10.0 years ago
M K ▴ 660

Hi All, I am going to identify antisense for RNAseq using the R package NASTI-seq, but to run this package we should calculate read counts. Does any one know how to do that.

read • 2.0k views
ADD COMMENT
0
Entering edit mode

Do you need to perform the read counts in R? If not, you can easily count the number of reads in a FASTQ file by typing, in bash wc -l [your unzipped FASTQ file] and dividing the result by four. If the file is gzipped, then just type zcat [your gzipped FASTQ file] | wc -l

ADD REPLY
0
Entering edit mode

Hi Deedee,

I know how to count read in fastq file. My question is how to calculate them to identifying antisense from mapped data

ADD REPLY

Login before adding your answer.

Traffic: 1933 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6