git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MAIT@95035 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,42 @@ |
1 |
+\name{posAdducts} |
|
2 |
+\alias{posAdducts} |
|
3 |
+\title{Positive adducts table} |
|
4 |
+\description{ |
|
5 |
+This table contains the adducts to be looked up for when the LC/MS polarisation mode was set to positive. The layout of the table is that of the \code{CAMERA} adduct table. |
|
6 |
+} |
|
7 |
+\value{ |
|
8 |
+A table having the fields: |
|
9 |
+\itemize{ |
|
10 |
+\item{ |
|
11 |
+ID: An ID number |
|
12 |
+} |
|
13 |
+\item{ |
|
14 |
+name: The adduct name |
|
15 |
+} |
|
16 |
+\item{ |
|
17 |
+nmol: Number of fragments in the adduct |
|
18 |
+} |
|
19 |
+\item{ |
|
20 |
+charge: Electric charge of the adduct |
|
21 |
+} |
|
22 |
+\item{ |
|
23 |
+massdiff: Mass difference in the fragment caused by the adduct |
|
24 |
+} |
|
25 |
+\item{ |
|
26 |
+oidscore: Numeric relating the related clusters of ions |
|
27 |
+} |
|
28 |
+\item{ |
|
29 |
+quasi: Binary value showing the validness of the annotation group |
|
30 |
+} |
|
31 |
+\item{ |
|
32 |
+ips: Four values are possible (0.25,0.5,0.75,1) depending on the likelihood of the rule |
|
33 |
+} |
|
34 |
+ |
|
35 |
+} |
|
36 |
+} |
|
37 |
+\seealso{ |
|
38 |
+ \code{\link{peakAnnotation}}} |
|
39 |
+ |
|
40 |
+\author{Francesc Fernandez, |
|
41 |
+ \email{[email protected]}} |
|
42 |
+\keyword{file} |