Reads q-index nucleotides one per one
1
0
Entering edit mode
7.0 years ago

Hello,

I am working with fastq file from cDNA. A complete transcriptome was sequenced using Illumina Tech. I want to know the q-index for each read (nucleotide per nucleotide), now I am using ShortRead package (I work with R).

Does anyone know how to do it?

R rna-seq RNA-Seq • 1.1k views
ADD COMMENT
0
Entering edit mode

By "q-index (nucleotide per nucleotide)" , do you mean the average sequencing quality per base position, as discussed here?

ADD REPLY
0
Entering edit mode

No, I want the value of q-index per base position for each read... Something like that:

Position 01 02 03 04 05 06 ...
Read_1  30 31 32 32 30 ... 
Read_2 30 32 35 34 32 ...
ADD REPLY
0
Entering edit mode

I added markup to your post for increased readability. You can do this by selecting the text and clicking the 101010 button. When you compose or edit a post that button is in your toolbar, see image below:

101010 Button

ADD REPLY
1
Entering edit mode
7.0 years ago
h.mon 35k

If I understand you question and comment right, it seems you want the Phred quality score from each base. Well, it is already encoded within the fastq file, it is the line after the line containing only a + (most common, sometimes it repeats the line starting at @). Read an introduction here.

ADD COMMENT

Login before adding your answer.

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