mhammell-laboratory / TEtranscripts

A package for including transposable elements in differential enrichment analysis of sequencing datasets.
http://hammelllab.labsites.cshl.edu/software/#TEtranscripts
GNU General Public License v3.0
206 stars 29 forks source link

outSAMmultNmax #125

Closed imerelli closed 1 year ago

imerelli commented 1 year ago

Hi, I'm wondering if setting the --outSAMmultNmax parameter of STAR can impact the analysis (while the parameters --winAnchorMultimapNmax and --outFilterMultimapNmax are discussed, there is no information about --outSAMmultNmax).

olivertam commented 1 year ago

Hi,

--outSAMmultNmax dictates how many alignments are outputted to SAM/BAM after running STAR. By default, it is set to -1, which means output all alignments found. Setting this to another value would simply restrict the number of alignments that are reported (the total number of alignments found will still be indicated in the NH:i: tag), and thus could remove alignments that were found and required for accurate quantification.

Thus we recommend leaving it at the default value.

Thanks

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days