Entering edit mode
5.6 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.