Description Usage Arguments Value See Also
A group of functions for oncoprint plots using simplied single functions.
maf2oncoprintdf: Input a maf, generate the dataframe of gene mutation types for each patients as the input for oncoprint plot.
1 2 3 4 5 6 7 8 9 |
inpmaf |
dataframe of the input maf, should have the columns of Variant_Classification, Hugo_Symbol, and Tumor_Sample_Barcode |
gene |
vector of characters for the symbols of genes to be plotted. Default all genes. |
ordergene |
boolean for whether the genes should be orderd by the order of the gene list |
coding |
boolean for whether to subset only the coding mutations |
noSilent |
boolean for whether to remove the silent mutations |
mergeVariant |
boolean for whether to merge the "Del and Ins" to "Indel" and various mutations to "Translation_Start_Site" |
subtypeOrder |
a cha vector specifying the subtype of the samples, the oncodf will be ordered by subtype first. |
a plot saved in desinated path
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.