metModule: metModule

metModuleR Documentation

metModule

Description

Metabolic module analysis.

Usage

metModule(annotation.result.pos, annotation.result.neg, tags2.pos = tags2.pos,
  tags2.neg = tags2.neg, p.value.pos = p.value.pos,
  p.value.neg = p.value.neg, foldchange.pos = foldchange.pos,
  foldchange.neg = foldchange.neg, rt.result = rt.result,
  pos.path = pos.path, neg.path = neg.path, sample.info = sample.info,
  polarity = c("positive", "negative", "both"), group, max.isotope = 4,
  uni.test = c("t", "wilcox", "anova"), column = c("hilic", "rp"),
  output.path = ".", correct = TRUE, p.cutoff = 0.01, mz.tol = 25,
  rt.tol1 = 3, rt.tol2 = 30, cor.tol = 0, int.tol = 500, threads = 3,
  use.old.null = FALSE, species = c("hsa", "dme", "mmu", "rat", "bta",
  "gga", "dre", "cel", "sce", "ath", "smm", "pfa", "tbr", "eco", "ppu", "syf"),
  use.all.kegg.id = FALSE, only.mrn.annotation = FALSE,
  output.module.information = TRUE)

Arguments

annotation.result.pos

Positive annotation.result from ms2Annotation.

annotation.result.neg

Negative annotation.result from ms2Annotation.

tags2.pos

Tags2 result of positive data.

tags2.neg

Tags2 result of negative data.

p.value.pos

Positive p values.

p.value.neg

Negative p values.

foldchange.pos

Positive fold change.

foldchange.neg

Negative fold change.

rt.result

Predicted RT results from rtPrediction.

pos.path

Directory of positive results.

neg.path

Directory of negative results.

sample.info

Sample information.

polarity

"positive", "negative" or "both".

group

The group you want to use.

max.isotope

The max number of isotope.

uni.test

The method of univariate test.

column

hilic or rp.

output.path

The directory to output results.

correct

Correct p value or not.

p.cutoff

The cutoff of p value.

mz.tol

The mz tolerance of KEGG matching.

rt.tol1

The RT tolerance of isotope annotation (second).

rt.tol2

The RT tolerance of KEGG matching (%).

cor.tol

The tolerance of correlation.

int.tol

The tolerance of intensity ratio (%).

threads

The number of threads.

use.old.null

Use old null distribution of not.

species

The species. "hsa" is Homo sapiens (human), "dme" is Drosophlia melanogaster (fruit fly), "mmu" is Mus musculus (mouse), "rat" is Rattus norvegicus (rat), "bta" is Bos taurus (cow), "gga" is Gallus domesticus (chicken), "dre" is Danio rerio (zebrafish), "cel" is Caenorharomyces elegans (nematode), "sce" is Saccharomyces cerevisaiae (yeast), "ath" is Arabidopsis thaliana (thale cress), "smm" is Schistosoma mansoni, "pfa" is Plasmodum falciparum 3D7, "tbr" is Trypanosoma brucei, "eco" is Escherichia coli K-12 MG1655, "ppu" is Pseudomonas putida KT2440, "syf" is Synechococcus elongatus.

use.all.kegg.id

Use all annotations from KEGG database. Default is FALSE.

only.mrn.annotation

Only use MEN annotations or not.

output.module.information

Output module information ot not.

Author(s)

Xiaotao Shen shenxt@sioc.ac.cn


ZhuMSLab/MetDNA documentation built on March 29, 2022, 5:45 p.m.