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
| Parameter | Variable Type | Parameter Description |
122
123
| --------------------- | -------- |-------- |
123
-
|**samples**| String | Path to a tab delimilted file that contains the samples table where the rows are mutation types and colunms are sample IDs. |
124
+
|**samples**| String | Path to a tab delimilted file that contains the samples table where the rows are mutation types and colunms are sample IDs. or Path to VCF files directory if input files are VCF Files. |
124
125
|**output**| String | Path to the output folder. |
125
126
|**signatures**| String | Path to a tab delimited file that contains the signature table where the rows are mutation types and colunms are signature IDs. |
126
127
|**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. |
@@ -129,6 +130,7 @@ Analyze.cosmic_fit( samples,
129
130
|**make_plots**| Boolean | Toggle on and off for making and saving all plots. Default value is True. |
130
131
|**signature_subgroups**| List | Removes the signatures corresponding to specific subtypes for better fitting. The usage is given above. Default value is None. |
131
132
|**exome**| Boolean | Defines if the exome renormalized signatures will be used. The default value is False. |
133
+
|**vcf_opts**|Dict with keys 'project_name' and 'vcf_context'| Reqd options if vcf files are provided as input. 'project_name' key takes a string of the cohort of VCF samples and 'vcf_context' takes what context type of the mutation matrix to be considered for assignment. Valid options include '96', '6', '24', '4608', '288', '18','6144', '384', '1536', 'DINUC'|
132
134
|**verbose**| Boolean | Prints statements. Default value is False. |
0 commit comments