![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Galaxy: filtering for unique/reliable alignments | onson001 | Bioinformatics | 1 | 10-20-2011 05:47 PM |
BWA:high amount of unique alignments despite high mismatch tolerance | moritzhess | Bioinformatics | 2 | 09-05-2011 12:31 PM |
Unique Reads from BAM/SAM | Gen2007 | Bioinformatics | 6 | 01-25-2011 09:29 AM |
Help with Bowtie, only unique alignments | khb | General | 1 | 12-16-2010 01:35 AM |
Regarding Unique reads, Unique alignments | sridharacharya | RNA Sequencing | 2 | 09-20-2010 06:39 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Junior Member
Location: Chicago Join Date: Oct 2010
Posts: 2
|
![]()
Can anyone explain to me why I am finding more unique alignments in my eland_results file than I have reads in my sequence file?
wc -l s7_sequence.txt 5808194 (23232776 / 4) grep -c " U[0,1,2] " s7_eland_result.txt 6371019 It doesn't make sense to me that the uniquely aligned sequence count should be greater than the total sequences read... Thanks for your advice! |
![]() |
![]() |
![]() |
#2 | |
Senior Member
Location: 45°30'25.22"N / 9°15'53.00"E Join Date: Apr 2009
Posts: 258
|
![]() Quote:
Code:
wc -l s7_eland_result.txt Anyway, the correct grep for you is: Code:
grep -cw U[012] s7_eland_result.txt d |
|
![]() |
![]() |
![]() |
#3 |
Junior Member
Location: Chicago Join Date: Oct 2010
Posts: 2
|
![]()
wc -l s7_eland_result.txt
9196920 grep -cw U[012] s7_eland_result.txt 6371019 sequence.txt is filtered output. eland_result.txt is unfiltered ELAND alignment output. Thanks for the reply! |
![]() |
![]() |
![]() |
Thread Tools | |
|
|