Description Usage Arguments Value Author(s) See Also Examples
View source: R/MassBankRecordeR.R
This function extracts the PK$ANNOTATION entries from a MassBank record,
returning a data frame containing the corresponding entries, with column headers taken
from the record. Use the function
getMBPeaksAnnos
to get merged peak lists and annotations.
1 | getMBRecordPeakAnnotations(MBrecord)
|
MBrecord |
File name (and path) to a valid MassBank record file. |
Returns a data frame containing annotations, or NULL
if the retrieval failed.
Emma Schymanski <emma.schymanski@uni.lu>, based on code from Erik Mueller.
getMBPeaksAnnos
, getMBRecordPeaks
.
1 2 | MBrecord <- system.file("extdata","EA020161_Diclofenac.txt",package="ReSOLUTION")
getMBRecordPeakAnnotations(MBrecord)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.