data_pre | R Documentation |
data_pre
This function selects matched genes and scales gene expression values (maximum=1, minimum=0).
data_pre(input.path, type = c("Symbol", "ID"))
input.path |
The input file is a tab-delimited text file containing the gene expression profiling data in which each row is a gene and each column is a tumor sample. |
type |
Character string indicating which gene identifier to use when matching. |
The "input.path" refers to the path for input file. The "type" refers to official gene symbol or Entrez gene ID.
A m*n matrix contains the expression values of n matched genes in m tumor samples.
Lin Li <cpu_lilin@126.com>, Xiaosheng Wang <xiaosheng.wang@cpu.edu.cn>
path = system.file("extdata", "example.txt", package = "PreMSIm", mustWork = TRUE)
data_pre(path, type = "ID")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.