Description Usage Arguments Value Examples
View source: R/classify_mibcCPI.R
Classifies RNA-seq from muscle-invasive bladder cancer samples normalized with log2(FPKM+1) into one of 5 classes proposed by Robertson et al (2021, doi: tba), related to response to neoadjuvant treatment with checkpoint inhibitors (CPI).
1 2 3 4 | classify_mibcCPI(
gexp,
gene_id = c("hgnc_symbol", "ensembl_gene_id", "entrezid")[1]
)
|
gexp |
gene expression matrix, normalized by log2(FPKM+1) |
gene_id |
type of gene identifier. One of: 'hgnc_symbol', 'ensembl_gene_id', 'entrezid'. Default: 'hgnc_symbol |
A data.frame with classification predictions and probabilities.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.