Closed imerelli closed 2 years 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
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
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).