Get rid of Low Quality Bases In A Sequence, and which be replaced on removed place?
1
1
Entering edit mode
5.0 years ago
9521ljh ▴ 50

if we remove low quality base on read by programming, for example ''sickle'', then what is be replaced on there?

if we put the null value 'N' on there, i think it make big problem for mapping.

For example,

we have sequence

ATCGACTAGATACCCGTT (bold meaning low quality)

and we remove it and it would be

ATCGACTAGATCCCGTT ??????????????

i think it might also make problem for mapping.

rna-seq snp sequence sequencing • 598 views
ADD COMMENT
2
Entering edit mode
5.0 years ago

It is probably not a good idea to remove or replace nucleotides in a read.

If anything, you could decide to stop the read there:

ATCGACTAGATACCCGTT becomes
ATCGACTAGAT

This is called 'trimming'

ADD COMMENT

Login before adding your answer.

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