View source: R/peak.characterize.R
peak.characterize | R Documentation |
The function takes the information about the feature in the known feature table (if available), and updates it using the information found in the current dataset.
peak.characterize(existing.row = NA, ftrs.row, chr.row)
existing.row |
The existing row in the known feature table (detailed in the semi.sup() document). |
ftrs.row |
The row of the matched feature in the new aligned feature table. |
chr.row |
The row of the matched feature in the new retention time table of aligned features. |
The function calculates and updates the mean intensity, variation of intensity, mean retention time etc.
A vector, the updated row for the known feature table.
Tianwei Yu <tyu8@emory.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.