| ptable | R Documentation | 
return the data.frame of test statistics for each pathway.
## S4 method for signature 'metaponeResult' ptable(object)
object | 
 A metaponeResult object.  | 
Includes p_value, n_significant metabolites, n_mapped_metabolites, n_metabolites, significant metabolites, mapped_metabolite IDs and pathway name.
The method returns a data frame with 6 columns: "p_value", "n_significant metabolites", "n_mapped_metabolites", "n_metabolites", "significant metabolites", "mapped_metabolites".
Tianwei Yu <yutianwei@cuhk.edu.cn>
ftable
data(hmdbCompMZ.metapone)
data(pa)
data(pos)
data(neg)
dat <- list(pos, neg)
type <- list("pos", "neg")
r<-metapone(dat, type, pa, hmdbCompMZ=hmdbCompMZ.metapone, 
   p.threshold=0.05,n.permu=100,fractional.count.power=0.5, max.match.count=10)
head(ptable(r))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.