number of sequence from readfastq
1
0
Entering edit mode
carol white ▴ 680
@carol-white-2174
Last seen 8.9 years ago
European Union
Hi, Is it normal not to have the same number of sequences in the fastq file and the object generated from readfastq? grep @ SRR062641.filt.fastq | wc -l 187786   data <- readFastq("SRR062641.filt.fastq") summary(data)     Length      Class       Mode     109811 ShortReadQ         S4 Thanks, Carol [[alternative HTML version deleted]]
• 830 views
ADD COMMENT
0
Entering edit mode
@steve-lianoglou-2771
Last seen 14 months ago
United States
Hi, On Wed, Apr 10, 2013 at 1:51 AM, carol white <wht_crl@yahoo.com> wrote: > Hi, > Is it normal not to have the same number of sequences in the fastq file > and the object generated from readfastq? > > grep @ SRR062641.filt.fastq | wc -l > 187786 > > data <- readFastq("SRR062641.filt.fastq") > > summary(data) > Length Class Mode > 109811 ShortReadQ S4 > Isn't "@" a valid ASCII encoding for a phred score? http://en.wikipedia.org/wiki/FASTQ_format#Encoding What do you get when you divide `wc -l SRR062641.filt.fastq` by 4? -steve -- Steve Lianoglou Defender of The Thesis | Memorial Sloan-Kettering Cancer Center | Weill Medical College of Cornell University Contact Info: http://cbio.mskcc.org/~lianos/contact [[alternative HTML version deleted]]
ADD COMMENT
0
Entering edit mode
I get 109811 Thank you very much for all replies, ________________________________ From: Steve Lianoglou <mailinglist.honeypot@gmail.com> Cc: "bioconductor@stat.math.ethz.ch" <bioconductor@stat.math.ethz.ch> Sent: Wednesday, April 10, 2013 11:08 AM Subject: Re: [BioC] number of sequence from readfastq Hi, Hi, >Is it normal not to have the same number of sequences in the fastq file and the object generated from readfastq? > >grep @ SRR062641.filt.fastq | wc -l >187786 > >� data <- readFastq("SRR062641.filt.fastq") > >summary(data) >��� Length����� Class������ Mode >��� 109811 ShortReadQ�������� S4� > Isn't "@" a valid ASCII encoding for a phred score? http://en.wikipedia.org/wiki/FASTQ_format#Encoding What do you get when you divide `wc -l SRR062641.filt.fastq` by 4? -steve -- Steve Lianoglou Defender of The Thesis �| Memorial Sloan-Kettering Cancer Center �| Weill Medical College of Cornell University Contact Info: http://cbio.mskcc.org/~lianos/contact [[alternative HTML version deleted]]
ADD REPLY

Login before adding your answer.

Traffic: 787 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