How I Remove Ncrna From Raw Reads?
1
0
Entering edit mode
11.0 years ago
chimerajit • 0

to remove ncRNA from raw reads I use Bowtie2 by making a ncRNA index. But after aligning with this index I want to save the reads those are showing no match with this index. how do I do that. I am using fedora 16. Please help me to solve the problem.

reads ncRNA • 1.9k views
ADD COMMENT
1
Entering edit mode
11.0 years ago
Ido Tamir 5.2k

The output option section shows:

  • --un which outputs unpaired unaligned reads to a file
  • --un-conc which outputs paired-end reads that fail to align concordantly into a file

or you take the SAM/BAM output and filter it yourself by the flags

ADD COMMENT
0
Entering edit mode

Oh! automatic link creation for SAM very nice

ADD REPLY
0
Entering edit mode

I've removed such auto-created links as most of the time, they look like spam by linking every mention of SAM or BAM to the SAM spec.

ADD REPLY
0
Entering edit mode

thanks a lot hope this will work for me

ADD REPLY

Login before adding your answer.

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