| ftable | R Documentation |
Returns a list containing the mapped features in each pathway.
## S4 method for signature 'metaponeResult' ftable(object)
object |
A metaponeResult object. |
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.
The method returns a list. Each item is for a pathway. Matched significant metabolites are included.
Tianwei Yu <yutianwei@cuhk.edu.cn>
ptable
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)
ftable(r)[1:6]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.