map_fvalues: Map fvalues

View source: R/8_plot_volcano.R

map_fvaluesR Documentation

Map fvalues

Description

Map fvalues

Usage

map_fvalues(object, fvalues, from = "uniprot", to = "feature_id", sep = ";")

Arguments

object

SummarizedExperiment

fvalues

uncollapsed string vector

from

string (fvar)

to

string (svar)

sep

collapse separator

Value

string vector

Examples

file <- system.file('extdata/fukuda20.proteingroups.txt', package = 'autonomics')
object <- read_maxquant_proteingroups(file)
fdt(object)
map_fvalues(object, c('Q6DHL5', 'Q6PFS7'), from = 'uniprot', to = 'feature_id', sep = ';')

bhagwataditya/importomics documentation built on May 1, 2024, 2:01 a.m.