msi_pre | R Documentation |
msi_pre
Prediction of MSI from gene expression profiling data.
msi_pre(input_data)
input_data |
Tumor samples to be predicted. (Note: Gene expression values of the samples need to be normalized (scaling to [0, 1] range) by the function data_pre first) |
One or multiple tumor samples to be predicted as MSI or non-MSI based on their expression profiles of the gene panel.
A dataframe with 2 columns:
Sample_ID |
Tumor samples to be predicted. |
MSI_status |
Prediction results ("1" indicates MSI-high, and "0" MSI-low/microsatellite stability). |
Lin Li <cpu_lilin@126.com>, Xiaosheng Wang <xiaosheng.wang@cpu.edu.cn>
path = system.file("extdata", "example.txt", package = "PreMSIm", mustWork = TRUE)
input_data = data_pre(path, type = "ID")
msi_pre(input_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.