deweylab / RSEM

RSEM: accurate quantification of gene and isoform expression from RNA-Seq data
http://deweylab.biostat.wisc.edu/rsem/
GNU General Public License v3.0
408 stars 118 forks source link

Allow Bowtie 2 Local Mapping #62

Open DarioS opened 7 years ago

DarioS commented 7 years ago

In end-to-end mode, reads which map partially beyond the end of a reference sequence are discarded. For example, if there's a 100 base read and positions 11 to 100 in the read match the reference sequence's bases 1 to 90, then positions 1 to 10 of the read are beyond the reference sequence which causes the read to be discarded. If mapping was done in local mode, however, such reads might be kept. This is a problem when the RNA-seq assembly is incomplete or the database of transcripts only records the CDS sequence, omitting the UTRs.