Description Usage Arguments Value Author(s) Examples
View source: R/getAnnotationMat.R
Function getAnnotationMat
obtains relative intensities for features
in individual samples. A robust linear regression is performed
when the number of common features is five or larger; for 2-4 peaks
a weighted linear regression is used, and if only one peak is in
common the intensity ratio for this peak is used. Reference patterns are
the patterns in the database of standards or the patterns in the
“unknowns” element of the allMatches
object. Not meant to
be called directly by the user.
1 2 | getAnnotationMat(exp.msp, pspectra, allMatches)
relInt(pat, refpat)
|
exp.msp |
List of experimental pseudospectra. |
pspectra |
Spectra from the in-house database. |
allMatches |
Match information in the form of a list. |
pat, refpat |
Both pseudospectra. |
Function getAnnotationMat
returns a matrix containing all
patterns (standards as well as unknowns) in the rows, and numeric
values signifying relative intensities in all samples in the
columns. These relative intensities are the quantities calculated by
relInt
, which simply returns one number.
Ron Wehrens
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.