inferDriverDominanceScore | R Documentation |
Infer the Driver Dominances Scores for Patients and Genes.
inferDriverDominanceScore(
maf,
tsb = NULL,
driver = NULL,
topGenes = 10,
vafCol = NULL,
segFile = NULL,
ignChr = NULL,
minVaf = 0,
maxVaf = 1,
useSyn = FALSE
)
maf |
an |
tsb |
specify sample names (Tumor_Sample_Barcodes) for which clustering has to be done. |
driver |
The driver genes list(Hugo_Symbol), defaults setting the topGenes |
topGenes |
if |
vafCol |
manually specify column name for vafs. Default looks for column 't_vaf' |
segFile |
path to CBS segmented copy number file. Column names should be Sample, Chromosome, Start, End, Num_Probes and Segment_Mean (log2 scale). |
ignChr |
ignore these chromosomes from analysis. e.g, sex chromsomes chrX, chrY. Default NULL. |
minVaf |
filter low frequency variants. Low vaf variants maybe due to sequencing error. Default 0. (on the scale of 0 to 1) |
maxVaf |
filter high frequency variants. High vaf variants maybe due to copy number alterations or impure tumor. Default 1. (on the scale of 0 to 1) |
useSyn |
Use synonymous variants. Default FALSE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.