[BioC] fastq files
Martin Morgan
mtmorgan at fhcrc.org
Fri Mar 11 14:48:30 CET 2011
On 03/11/2011 05:42 AM, David martin wrote:
> Hi,
> I have the following fastq header:
>
> @ILLUMINA-E6F4B9_0000:5:1:1184:949#0/1
> NGGGCTGGGTCGGTCGGGC
> +ILLUMINA-E6F4B9_0000:5:1:1184:949#0/1
> BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB
>
> Does any of the R packages (e.g: shortread) can convert this fastq to
> fasta file ?
Hi David --
In Biostrings
write.XStringSet(read.XStringSet(fromFile, format="fastq"), toFile)
in ShortRead
writeFasta(readFastq(fromFile), toFile)
both read the entire file into memory.
Martin
>
> thanks,
> david
>
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at r-project.org
> https://stat.ethz.ch/mailman/listinfo/bioconductor
> Search the archives:
> http://news.gmane.org/gmane.science.biology.informatics.conductor
--
Computational Biology
Fred Hutchinson Cancer Research Center
1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109
Location: M1-B861
Telephone: 206 667-2793
More information about the Bioconductor
mailing list