Skip to content
Prev 2644 / 21312 Next

[Bioc-devel] PhredQuality from Biostrings

On 06/10/2011 08:01 AM, Christian Ruckert wrote:
Hi Christian

Maybe along the lines of

PhredQuality(sapply(qualitylist, function(x) rawToChar(as.raw(x + 33))))

or via ShortRead::readQual / readFastaQual (can use a character vector 
for the path; no need to create a RochePath). Probably you'll find 
ShortReadQ useful for coordinating the sequences and qualities

Martin