Hi Jen,
Here are the STAR parameters RSEM uses, it follows the ENCODE3 pipeline:
## ENCODE3 pipeline parameters
" --genomeDir $star_genome_path " .
' --outSAMunmapped Within ' .
' --outFilterType BySJout ' .
' --outSAMattributes NH HI AS NM MD ' .
' --outFilterMultimapNmax 20 ' .
' --outFilterMismatchNmax 999 ' .
' --outFilterMismatchNoverLmax 0.04 ' .
' --alignIntronMin 20 ' .
' --alignIntronMax 1000000 ' .
' --alignMatesGapMax 1000000 ' .
' --alignSJoverhangMin 8 ' .
' --alignSJDBoverhangMin 1 ' .
' --sjdbScore 1 ' .
" --runThreadN $nThreads " .
##
## different than ENCODE3 pipeline
## do not allow using shared memory
' --genomeLoad NoSharedMemory ' .
##
## different than ENCODE3 pipeline, which sorts output
BAM
## no need to do it here to save time and memory
' --outSAMtype BAM Unsorted ' .
##
## unlike ENCODE3, we don't output bedGraph files
' --quantMode TranscriptomeSAM '.
' --outSAMheaderHD \@HD VN:1.4 SO:unsorted '.
## define output file prefix
" --outFileNamePrefix $imdName ";
##
If you use the same parameter for STAR, you'll get the same results.
Best,
Bo
> --
> RSEM website:
http://deweylab.biostat.wisc.edu/rsem/ [1]
> ---
> You received this message because you are subscribed to the Google
> Groups "RSEM Users" group.
> To unsubscribe from this group and stop receiving emails from it,
> send an email to
rsem-users+...@googlegroups.com.
> To post to this group, send email to
rsem-...@googlegroups.com.
> Visit this group at
https://groups.google.com/group/rsem-users [2].
>
>
> Links:
> ------
> [1]
http://deweylab.biostat.wisc.edu/rsem/
> [2]
https://groups.google.com/group/rsem-users