An annotation source for importing an annotation table
from the format created by the msPurity
package.
Inheritance
A mspurity_source
object inherits the following struct
classes:
[mspurity_source]
-> [annotation_source]
-> [struct_class]
References
Lawson, Nigel T, Weber, M. RJ, Jones, R. M, Chetwynd, J. A, Blanco R, Alejandro G, Guida D, Riccardo, Viant, R. M, Dunn, B W (2017). "msPurity: Automated Evaluation of Precursor Ion Purity for Mass Spectrometry-Based Fragmentation in Metabolomics." Analytical Chemistry, 89, 2432-2439. doi:10.1021/acs.analchem.6b04358 https://doi.org/10.1021/acs.analchem.6b04358.
See also
Other annotation sources:
annotation_database
,
annotation_table
,
cd_source
,
ls_source
Examples
M <- mspurity_source(
tag = character(0),
data = data.frame(),
source = "ANY")