View source: R/base_createPtail.R
createPtail | R Documentation |
Create Ptail Vector
createPtail(geneSet, interval = c(200, 400, 600, 800, 1000))
geneSet |
List. Gene expression profiles - Co-expressed modules from WGCNA, etc |
interval |
Numeric. Define the number of features you want in model training. |
Weibin Huang<hwb2012@qq.com>
ImmuneSubtype <- readRDS(system.file("extdata", "ImmuneSubtype.rds", package = "GSClassifier"))
geneSet <- ImmuneSubtype$geneSet
ptail <- createPtail(geneSet, interval = c(200,400,600,800,1000))
print(ptail)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.