Description Usage Arguments Value Examples
Used to predict other genomic information, including: (1) chromosome 1p/19q co-deletion status; (2) IDH mutation status; (3) ATRX mutation status; (4) TERT promoter mutation status; (5) TCGA gene expression subtype; (6) MGMT expression level by tumor. When applying the prediction models, missing values may exist in the input data. The number of missing values will be checked. If high proportion of input data are missing values, the predicted results may have quality issues.
1 2 3 |
inputdata |
input data with columns as samples and rows as
probes, could be either Beta.raw generated from |
inputvalueType |
indicate the inputdata value type. Can be "B" or "M". By default is Beta value "B". |
inputdata.BMIQ |
input data after BMIQ normalized with columns
as samples and rows as probes. Must be Beta value. Suggest to be the
Beta.BMIQ generated by |
Pred.1p19q |
whether perform chromosome 1p/19q co-deletion status prediction. Default is TRUE. |
Pred.IDH |
whether perform IDH mutation status prediction, default is TRUE. |
Pred.ATRX |
whehter perform ATRX mutation status prediction, default is TRUE. |
Pred.TERTp |
whehter perform TERT promoter mutation status prediction, default is TRUE. |
Pred.ExpressSubtype |
whether perform TCGA gene expression subtype prediction, including Classical/C, Mesenchymal/M, and Proneural/P. Default is TRUE. |
outDir |
The directory where the prediction result saved |
write |
wehther save the data generated within the function |
A data frame with predicted results, rows are samples, columns are each predicted genomic information
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.