cldetectSettings: Example settings for MeHaloCoA Cl or Br detection in peaks

Description Usage Format See Also Examples

Description

example settings needed for function cldetect, theses settings are mainly parameters for detection of typical isotopic profile and mass defect of Cl or Br

Usage

1

Format

The format is a
List of 12 $ outdir : chr ""
$ plotps : logi TRUE
$ deprof : logi FALSE
$ Thresh : num 30
$ m1 : num 1
$ m2 : num 2
$ mdiff : num 0.05
$ ppmerr : num 50
$ val : chr "maxo"
$ mdiff2 : num 0.001
$ myfile2 : chr "halo_file_short.csv"

See Also

cldetect

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
#load parameters
data(cldetectSettings)
#see all parameters
cldetectSettings

#if you want to change a parameter
cldetectSettings$Thresh<-90 #for Bromine


#if you want to create a complete list of parameters for Br
myparam<-list(outdir="",
				ppmerr=15,
				Thresh=90,
				m2=1.998,
				val="maxo",
				myfile2="Bromine_list.csv")

yguitton/MeHaloCoA documentation built on May 3, 2019, 4:30 p.m.