View source: R/gene.information.R
get.info.top.gene | R Documentation |
Getting information about top genes from gprogiler2
get.info.top.gene(gene.top, condition.methods = "union")
gene.top |
A |
condition.methods |
A way to combine the best genes for further analysis obtained by different methods in |
Getting information about top genes from gprofiler2 obtained from ensembleFS. Requires internet connection.
A data.frame
with gene information
## Not run:
decisions <- data$class
data$class <- NULL
result <- ensembleFS(data,
decisions,
methods = c('fs.utest', 'fs.mrmr'),
method.cv = 'kfoldcv',
params.cv = list(k = 3, iter = 10),
level.cor = 0.75,
params = list(adjust = 'fdr', feature.number = 10, alpha = 0.05),
asm = c('fs.utest', 'fs.mrmr'),
model = c('fs.utest', 'fs.mrmr')
)
gene.top <- get.top.gene(result$selected.feature, 15 , 20)
info.gene <- gene.info.top.gene(gene.top, condition.methods = 'union')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.