I want to decrease the stringency of bowtie2 when mapping. How can I increase the overall alignment rate?
My index is from one of two closely related organisms (species A). I want to find the sweet spot where my reads from species A align to the index at a very high rate, but reads from species B do not.
Which parameters should I alter?
if you have a reference genome for species B, it's probably better to create a hybrid index using both genomes (the chromosome names should reflect the individual species name) and align to that.
EDIT: If you need more justifications/pointers from the literature for this problem, look for publications on sequencing of Patient-derived xenograft (PDX) and CTC-derived explant (CDX) models, which discuss the technical problems of aligning reads from two closely related species (human, mouse).