sigProfilerExtractor: sigprofilerextractor

sigprofilerextractorR Documentation

sigprofilerextractor

Description

Extracts De Novo signature from genomes and Decomposes the De Novo Signatures to Cosmic Signatures

Usage

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)

Arguments

input_type

input_type: A string. Type of input. The type of input should be one of the following:
—– "vcf": used for vcf format inputs.
—– "table": used for table format inputs using a tab seperated file.

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).
The project file or folder should be inside the current working directory.
For the "vcf" type input,the project has to be a folder which will contain the vcf files in vcf format or text formats.
The "text"type projects have to be a file.

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",
where "96" is the SBS96 context, "DINUC" is the DINULEOTIDE context and ID is INDEL context. Each context should be written in a single string separated by "," without any space.

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.

Value

a folder with results


AlexandrovLab/SigProfilerExtractorR documentation built on July 15, 2024, 12:08 p.m.