You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minimum number of times a signature must be selected to be included in the inferred signature set
1
-i, --numiters
Maximum number of iterations allowed while attempting to add a new fixed signature (patience for novel signature detection)
10
-n, --numruns
Number of runs to repeat the analysis
10
--thr1
Minimum fraction of patients with exposure ≥ thr1 required for a signature to be considered present
0.1
--thr2
Minimum cosine similarity required to match a signature with a known COSMIC signature and include it in the inferred set
0.70
--thr3
Minimum exposure weight required for a signature to contribute to the final exposure profile (For example, a signature is accepted as inferred if it is present in ≥7 runs out of 10 when --thr3 = 0.70 and --numruns = 10)
0.70
--thr4
Minimum cosine similarity to consider a signature as known and exclude it from novel candidate detection
0.80
--thr5
Minimum fraction of the cohort with nonzero exposure required for a signature to be considered present
0.1
--exposure-thr1
Minimum patient-wise normalized exposure required for a signature to be considered present
0.05
--exposure-thr2
Minimum raw exposure required for a signature to be considered present
1
-E, --exclude
List of SBS signatures to exclude from COSMIC (e.g., ["SBS1", "SBS5"])
[]
Database of Catalogue Signatures
Parameter
Description
Default
-g, --genome
Genome version to use (37 or 38)
38
-w, --whole
Sequencing platform for the data and COSMIC catalogue (WGS or WES)
WGS
--cosmic-version
COSMIC version to use (3.4, 3.3, 3.2, 3.1, 3, 2, or 1)
3.4
--manual-cosmic
Whether to use a user-provided COSMIC reference file (True or False)
False
--manual-cosmic-file
Path to the file containing reference signatures (used only if --manual-cosmic is enabled)
None
Input File–Related Parameters
Parameter
Description
Default
-d, --delimiter
Delimiter used to separate columns in input matrices; also used for output files
\t
--has-header-and-index
Whether the input file contains row names and column headers (True or False)
False
--add-novel-signatures
Whether to evaluate using novel signatures provided in an external file (True or False)
False
--check-novel
Whether to check novel signatures (True or False)
False
--novel-signatures-file
Path to the file containing novel signatures (used only if --add-novel-signatures is enabled)
None
Output Options
Parameter
Description
Default
-O, --out
Path to the output directory. The folder will be created if it does not exist. Existing files will be overwritten.