R/unimodDb.R

Defines functions .unimodDb

#' Fetch and read unimod.xml from the web.
#' @return xml_document
#' @noRd
.unimodDb <- function() {
    xml2::read_xml("http://www.unimod.org/xml/unimod.xml")
}
ComputationalProteomicsUnit/unimod documentation built on Feb. 12, 2023, 2:57 a.m.