Skip to content

an R package for molecular subtyping of small intestinal adenocarcinoma

Notifications You must be signed in to change notification settings

yswutan/SIAClassifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIAClassifier

An R package for molecular subtyping of small intestinal adenocarcinoma

Install package

devtools::install_github("yswutan/SIAClassifier")
library(SIAClassifier)

How to use

## Expr: a dataframe with Gene Expression Profiles data values,
##       samples in columns, genes in rows, rownames corresponding to gene symbols


SIAlabel <- SIAClassifier(Expr = Expr, minPosterior = 0.5, scale=TRUE, log2transfrom=FALSE)

About

an R package for molecular subtyping of small intestinal adenocarcinoma

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages