T3DB.Annotation: T3DB.Annotation

View source: R/T3DB.Annotation.R

T3DB.AnnotationR Documentation

T3DB.Annotation

Description

Annotation of features using T3DB.

Usage

T3DB.Annotation(dataA, max.mz.diff = 10, num_nodes = 2,
queryadductlist = c("M+2H", "M+H+NH4", "M+ACN+2H",
"M+2ACN+2H", "M+H", "M+NH4", "M+Na", "M+ACN+H", 
"M+ACN+Na", "M+2ACN+H", "2M+H", "2M+Na", "2M+ACN+H"),
mode = "pos", outloc)

Arguments

dataA

Feature table from apLCMS or XCMS. The first column should be m/z.

max.mz.diff

Mass tolerance in ppm for database matching. eg: 5

num_nodes

Number of cores to be used for parallel processing. e.g.: 2

queryadductlist

List of adducts to be used for searching. eg: c("M+H","M+Na","M+K"), c("positive") for positive adducts, c("negative") for negative adducts c("all") for all adducts

mode

Ionization mode. e.g.: "pos" or "neg"

outloc

Output folder location

Value

An object with annotation results

Author(s)

Karan Uppal <kuppal2@emory.edu>


yufree/xMSannotator documentation built on Oct. 31, 2022, 12:20 a.m.