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
|**samples**| String | Path to input file for `input_type`:<ul><li>"matrix"</li><li>"seg:TYPE"</li></ul> Path to input folder for `input_type`:<ul><li>"vcf"</li></ul>|
128
128
|**output**| String | Path to the output folder. |
129
129
|**input_type**| String | The type of input:<br><ul><li>"matrix": used for table format inputs using a tab-separated file where the rows are mutation types and the columns are sample IDs.</li><li>"vcf": used for mutation calling file inputs (VCFs, MAFs or simple text files).</li><li>"seg:TYPE": used for a multi-sample segmentation file for copy number analysis. The accepted callers for TYPE are the following {"ASCAT", "ASCAT_NGS", "SEQUENZA", "ABSOLUTE", "BATTENBERG", "FACETS", "PURPLE", "TCGA"}. For example, when using segmentation file from BATTENBERG then set input_type to "seg:BATTENBERG".</li></ul> The default value is "matrix".|
130
-
|**context_type**| String| Required context type if `input_type` is "vcf". `context_type` takes which context type of the input data is considered for assignment. Valid options include "96", "288", "1536", "DINUC", and "INDEL". The default value is "96".|
130
+
|**context_type**| String| Required context type if `input_type` is "vcf". `context_type` takes which context type of the input data is considered for assignment. Valid options include "96", "288", "1536", "DINUC", and "ID". The default value is "96".|
131
131
|**signatures**| String | Path to a tab delimited file that contains the signature table where the rows are mutation types and colunms are signature IDs. |
132
132
|**genome_build**| String | The reference genome build. List of supported genomes: "GRCh37", "GRCh38", "mm9", "mm10" and "rn6". The default value is "GRCh37". If the selected genome is not in the supported list, the default genome will be used. |
133
133
|**cosmic_version**| Float | Takes a positive float among 1, 2, 3, 3.1, 3.2 and 3.3. Defines the version of the COSMIC reference signatures. The default value is 3.3. |
134
134
|**new_signature_thresh_hold**| Float | Parameter in cosine similarity to declare a new signature. Applicable for decompose_fit only. The default value is 0.8. |
135
135
|**exclude_signature_subgroups**| List | Removes the signatures corresponding to specific subtypes for better fitting. The usage is given above. The default value is None. |
136
136
|**exome**| Boolean | Defines if the exome renormalized signatures will be used. The default value is False. |
137
-
|**export_probabilities**| Boolean | Defines if the probability matrix is created. The default value is True. |
137
+
|**export_probabilities**| Boolean | Defines if the probability matrix per mutational context for all samples is created. The default value is True. |
138
+
|**export_probabilities_per_mutation**| Boolean | Defines if the probability matrices per mutation for all samples are created. Only available when `input_type` is "vcf". The default value is False. |
138
139
|**make_plots**| Boolean | Toggle on and off for making and saving all plots. The default value is True. |
139
140
|**verbose**| Boolean | Prints statements. The default value is False. |
################################################### Generation of probabilities for each processes given to A mutation ############################################
0 commit comments