sigprofilerextractor | R Documentation |
Extracts De Novo signature from genomes and Decomposes the De Novo Signatures to Cosmic Signatures
sigprofilerextractor(input_type, output, inputdata, refgen = "GRCh37",
genome_build = "GRCh37", minsigs = 1, maxsigs = 3,
replicates = 5, mtype = c("96,DINUCS,ID"), init = "random",
exome = F, cpu = -1)
input_type |
input_type: A string. Type of input. The type of input should be one of the following: |
output |
A string. The name of the output folder. The output folder will be generated in the current working directory. |
inputdata |
A string. Name of the input folder (in case of "vcf" type input) or the input file (in case of "table" type input). |
refgen |
A string, optional. The name of the reference genome. The default reference genome is "GRCh37". This parameter is applicable only if the input_type is "vcf". |
minsigs |
A positive integer, optional. The minimum number of signatures to be extracted. The default value is 1 |
maxsigs |
A positive integer, optional. The maximum number of signatures to be extracted. The default value is 10 |
replicates |
A positive integer, optional. The number of iteration to be performed to extract each number signature. The default value is 8 |
mtype |
A strings, optional. The items in the list defines the mutational contexts to be considered to extract the signatures. The default value is "96,DINUCS,ID", |
init |
A string. Represents the NMF initialization. Options are "random", "nndsvdar" and "nndsvd" |
exome |
Boolean, optional. Defines if the exomes will be extracted. The default value is "False". |
cpu |
An integer, optional. The number of processors to be used to extract the signatures. The default value is -1 which will use all available processors. |
a folder with results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.