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
411 stars 118 forks source link

Usage StringTie with non-stranded libraries #81

Open sopenaml opened 6 years ago

sopenaml commented 6 years ago

Hi,

I've got some non-stranded libraries that I have aligned with STAR-RSEM. I now want to use StringTie to discover new transcripts. My problem is that StringTie seems to accept --rf or --fr for library orientation (StringTie/1.3.3) but there's no option for non-stranded libraries. So apparently if using STAR alone I could do "--outSAMstrandField intronMotif", which would add and XS tag, which in turn, it will be read by StringTie. Unfortunately that option is not available when using "rsem-calculate-expression". Is there any way I can solve my issue using RSEM? Thank you very much for your time and help,

ml439