searching for specific RNA nucleotide sequences
1
0
Entering edit mode
4.1 years ago
Adeler001 • 0

I have a unique chimera RNA nucleotide sequence. Is there a script I can use to to search my RNA seq bam files for that specific nucleotide motif.

RNA-Seq • 682 views
ADD COMMENT
0
Entering edit mode
4.1 years ago
wm ▴ 560

If you just want the reads containing the specific sequence, you could use grep;

$ samtools view in.bam | grep 'your sequence' > out.sam
ADD COMMENT
0
Entering edit mode

And grep the rev comp

ADD REPLY
0
Entering edit mode

thanks for the reply . is there a way to a call sequence that has a specific nucleotide pattern for most reads but may alter in this pattern by 3 or 5 nucleotide for other reads?

ADD REPLY

Login before adding your answer.

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