metaponeResult-class | R Documentation |
This class represents the results of pathway testing. The testing result contain two major components: the significant level of each pathway, and the features matched to each pathway.
Objects can be created by calls of the form new("metaponeResult", ...)
.
test.result
:a dataframe containing p_value, n_significant metabolites, n_mapped_metabolites, n_metabolites, significant metabolites, mapped_metabolite IDs, lfdr and pathway name.
mapped.features
:A list containing n entries, where n is the number of pathways. Each entry is a data frame, containing the features mapped to this pathway. The information include m.z, retention.time, p.value, statistic, HMDB_ID, theoretical m.z, ion.type, fractional counts.
signature(object = "metaponeResult")
:
return the data.frame
of test statistics for each pathway,
including p_value, n_significant metabolites, n_mapped_metabolites,
n_metabolites, significant metabolites, mapped_metabolite IDs
lfdr and and pathway name.
signature(object = "metaponeResult")
: Returns a
list
containing the mapped features in each pathway. Each
pathway is represented by a data.frame
as an item in the
list object. The dataframe include information of m.z,
retention.time, p.value, statistic, HMDB_ID, theoretical m.z,
ion.type, fractional counts.
Tianwei Yu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.