Harmonize assay-specific feature identifiers to common entities
Source:R/harmonize.R
harmonize_entities.RdMaps feature IDs within each omic to a shared entity identifier for entity-level cross-omic analysis (for example Ensembl RNA identifiers and UniProt proteins to a common gene symbol). Many-to-one mappings are rejected by default because collapsing isoforms/probes changes the scientific estimand.
Usage
harmonize_entities(
data,
mapping,
collapse = c("error", "mean", "median"),
min_mapped = 1L
)