formCombinedTable {metabCombiner} | R Documentation |
Takes previously computed m/z groups using mzGroup()
and creates merged combinedTable
consisting of all possible feature
alignments, all initialized with equivalent score and ranking.
formCombinedTable(object, xset, yset, nGroups)
object |
metabCombiner object |
xset |
data frame. A processed metabolomics feature table. |
yset |
data frame. A processed metabolomics feature table. |
nGroups |
integer. Total number of computed feature groups |
metabCombiner object with initialized combinedTable data frame.