fanno2: Annotation with xMSannotator package for list

Description Usage Arguments Value References Examples

View source: R/anno.R

Description

Annotation with xMSannotator package for list

Usage

1
2
fanno2(list, outloc = "./result/", mode = "pos", db_name = "HMDB",
  num_nodes = 10, ppm = 5, ...)

Arguments

list

a list to be annotated

outloc

the path for your result

mode

defalut is for positive mode, otherwise use 'neg' for negative

db_name

default is 'HMDB', other database options: 'KEGG', 'LipidMaps', 'T3DB'

num_nodes

default 10

ppm

for mass accuracy

...

parameters for multilevelannotation function in xMSannotator

Value

as shown in xMSannotator package

References

Uppal, K.; Walker, D. I.; Jones, D. P. Anal. Chem. 2017, 89 (2), 1063–1067.

Examples

1
2
3
4
5
6
7
## Not run: 
path <- "./data/"
xset <- getdata(path)
list <- getmzrt(xset)
result <- fanno2(list)

## End(Not run)

yufree/xsetplus documentation built on Nov. 11, 2019, 4:22 p.m.