This is a test version of Biostars. For the public version, visit https://www.biostars.org.
R reads q-score

Hello,

I want to calculate the read q-score (one per one) in a fastq file. Does anyone know any R package to do it?

I am working with RNA-seq data and I want to trim the read data (Read q-score>30). How can i do that using R? I don't want to use python.

Thanks you.

rna-seq

the read q-score

What's that?

And why is "proteomics" a logical tag for your question?

because i want to assemble the proteome after clean up my data

1 answer

The ShortRead package in bioconductor is what you are looking for..

Log in to answer this question.