msi_pre: Prediction of microsatellite instability

View source: R/msi_pre.R

msi_preR Documentation

Prediction of microsatellite instability

Description

msi_pre Prediction of MSI from gene expression profiling data.

Usage

msi_pre(input_data)

Arguments

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)

Details

One or multiple tumor samples to be predicted as MSI or non-MSI based on their expression profiles of the gene panel.

Value

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).

Author(s)

Lin Li <cpu_lilin@126.com>, Xiaosheng Wang <xiaosheng.wang@cpu.edu.cn>

Examples

path = system.file("extdata", "example.txt", package = "PreMSIm", mustWork = TRUE)
input_data = data_pre(path, type = "ID")
msi_pre(input_data)

WangX-Lab/PreMSIm documentation built on Oct. 16, 2024, 1:40 a.m.