I wanna map the small RNA reads to the reference C. elegans genome.
for example:
>test.fa
GGGAATCCTGGATGTTGTAAGCTT
which has 15 copies in the genome.
BLAT Search Results
ACTIONS QUERY SCORE START END QSIZE IDENTITY CHRO STRAND START END SPAN
---------------------------------------------------------------------------------------------------
browser details YourSeq 24 1 24 24 100.0% V - 17115871 17115894 24
browser details YourSeq 24 1 24 24 100.0% V - 17117831 17117854 24
browser details YourSeq 24 1 24 24 100.0% V - 17118805 17118828 24
browser details YourSeq 24 1 24 24 100.0% V + 17122985 17123008 24
browser details YourSeq 24 1 24 24 100.0% V + 17123961 17123984 24
browser details YourSeq 24 1 24 24 100.0% V + 17124937 17124960 24
browser details YourSeq 24 1 24 24 100.0% V + 17125913 17125936 24
browser details YourSeq 24 1 24 24 100.0% V + 17128469 17128492 24
browser details YourSeq 24 1 24 24 100.0% V + 17129441 17129464 24
browser details YourSeq 24 1 24 24 100.0% V + 17130427 17130450 24
browser details YourSeq 24 1 24 24 100.0% V + 17131403 17131426 24
browser details YourSeq 24 1 24 24 100.0% V + 17428943 17428966 24
browser details YourSeq 24 1 24 24 100.0% V + 17122009 17122032 24
browser details YourSeq 24 1 24 24 100.0% V + 17121033 17121056 24
browser details YourSeq 24 1 24 24 100.0% V + 17120058 17120081 24
i use the command line:
M option means that but reports 1 random hit if no more than <int>.
However, every times, i run the command, it always reports
test - V 17118804 AAGCTTACAACATCCAGGATTCCC IIIIIIIIIIIIIIIIIIIIIIII 2
Why, the M options doesnot report random-selected one hit ?
for example:
>test.fa
GGGAATCCTGGATGTTGTAAGCTT
which has 15 copies in the genome.
BLAT Search Results
ACTIONS QUERY SCORE START END QSIZE IDENTITY CHRO STRAND START END SPAN
---------------------------------------------------------------------------------------------------
browser details YourSeq 24 1 24 24 100.0% V - 17115871 17115894 24
browser details YourSeq 24 1 24 24 100.0% V - 17117831 17117854 24
browser details YourSeq 24 1 24 24 100.0% V - 17118805 17118828 24
browser details YourSeq 24 1 24 24 100.0% V + 17122985 17123008 24
browser details YourSeq 24 1 24 24 100.0% V + 17123961 17123984 24
browser details YourSeq 24 1 24 24 100.0% V + 17124937 17124960 24
browser details YourSeq 24 1 24 24 100.0% V + 17125913 17125936 24
browser details YourSeq 24 1 24 24 100.0% V + 17128469 17128492 24
browser details YourSeq 24 1 24 24 100.0% V + 17129441 17129464 24
browser details YourSeq 24 1 24 24 100.0% V + 17130427 17130450 24
browser details YourSeq 24 1 24 24 100.0% V + 17131403 17131426 24
browser details YourSeq 24 1 24 24 100.0% V + 17428943 17428966 24
browser details YourSeq 24 1 24 24 100.0% V + 17122009 17122032 24
browser details YourSeq 24 1 24 24 100.0% V + 17121033 17121056 24
browser details YourSeq 24 1 24 24 100.0% V + 17120058 17120081 24
i use the command line:
Code:
bowtie -t -v 0 ~/WormBase190/WS190/genome.ws190 -M 25 -f test.fa test_map
However, every times, i run the command, it always reports
test - V 17118804 AAGCTTACAACATCCAGGATTCCC IIIIIIIIIIIIIIIIIIIIIIII 2
Why, the M options doesnot report random-selected one hit ?
Comment