GeneSigTest | R Documentation |
Perform Gene Expression Significance Test
GeneSigTest( object, nMC = 1000, p_threshold = 0.05, refine = FALSE, auto = TRUE, filtering = FALSE )
object |
an ENIGMA object |
nMC |
the number of bootstrapping times |
p_threshold |
the threshold of pvalue to determine the significant gene |
refine |
whether perform refinement |
auto |
automatically determine whether perform refinement |
filtering |
perform gene filtering for enigma object. Default: TRUE |
A list object contain two object call: A binary matrix (row: gene, column: cell type) indicating which gene has high confidence to be accurated estimated pval: A p-value matrix (row: gene, column: cell type) indicating the confidence
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.