enriched_result-class | R Documentation |
given all the slots for an enriched_result
, checks that all
the data is self-consistent, and creates the enriched_result
object.
hypergeometric_result(features, universe, annotation, statistics)
## S4 method for signature 'enriched_result'
show(object)
hypergeometric_result(features, universe, annotation, statistics)
## S4 method for signature 'binomial_result'
show(object)
features |
the features that were differentially expressed (see details) |
universe |
all of the features that were measured |
annotation |
an |
statistics |
a |
object |
the binomial_result object to show |
hypergeometric_result
annotation
list giving the annotation to feature relationship
statistics
a statistical_results
object
features
the significant features
universe
the universe of features
ranks
the ranked features
positivefc
the positive log-fold-changed genes, a vector of class ANY
negativefc
the negative log-fold-changed genes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.