ftable: Acessor functions for the feature mapping table in a...

ftableR Documentation

Acessor functions for the feature mapping table in a metaponeResult object.

Description

Returns a list containing the mapped features in each pathway.

Usage

## S4 method for signature 'metaponeResult'
ftable(object)

Arguments

object

A metaponeResult object.

Details

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.

Value

The method returns a list. Each item is for a pathway. Matched significant metabolites are included.

Author(s)

Tianwei Yu <yutianwei@cuhk.edu.cn>

See Also

ptable

Examples

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]

tianwei-yu/metapone documentation built on Aug. 21, 2022, 3:09 a.m.