Hi
1-
I have a higher rate than 50% of aligned seq > 1 times with bowtie2 with my data set. Is this fine or should I do any thing to avoid? I get the high rate whether I allow 1 or 2 mismatches and the rest of parameters are by default. as the reads are in raw format, I used -r with bowtie
781 reads; of these:
781 (100.00%) were unpaired; of these:
221 (28.30%) aligned 0 times
80 (10.24%) aligned exactly 1 time
480 (61.46%) aligned >1 times
71.70% overall alignment rate
reads format
TTAAGTTATTAAGGGCGCACG
AGATCGGAAGAGCGGTTCAG
TTAAGTTATTAAGGGCGCAC
TTAAGTTATTAAGGGCGCAC
GATTGTAGATGCCACGCAAA
2- The above data set is a sample (780 reads) of my complete data set. When I use bowtie with the whole data set, I get several warnings as follows: Where does the problem come from and what is the solution? I have checked some of these reads for which I get warnings and they have the same length as others (see reads format above). I get the same warnings if I use -N1 or -N2.
Warning: skipping read '10149870' because length (1) <= # seed mismatches (1)
Warning: skipping read '10149870' because it was < 2 characters long
Look forward to your reply,
Carol
1-
I have a higher rate than 50% of aligned seq > 1 times with bowtie2 with my data set. Is this fine or should I do any thing to avoid? I get the high rate whether I allow 1 or 2 mismatches and the rest of parameters are by default. as the reads are in raw format, I used -r with bowtie
781 reads; of these:
781 (100.00%) were unpaired; of these:
221 (28.30%) aligned 0 times
80 (10.24%) aligned exactly 1 time
480 (61.46%) aligned >1 times
71.70% overall alignment rate
reads format
TTAAGTTATTAAGGGCGCACG
AGATCGGAAGAGCGGTTCAG
TTAAGTTATTAAGGGCGCAC
TTAAGTTATTAAGGGCGCAC
GATTGTAGATGCCACGCAAA
2- The above data set is a sample (780 reads) of my complete data set. When I use bowtie with the whole data set, I get several warnings as follows: Where does the problem come from and what is the solution? I have checked some of these reads for which I get warnings and they have the same length as others (see reads format above). I get the same warnings if I use -N1 or -N2.
Warning: skipping read '10149870' because length (1) <= # seed mismatches (1)
Warning: skipping read '10149870' because it was < 2 characters long
Look forward to your reply,
Carol
Comment