View source: R/8_plot_volcano.R
map_fvalues | R Documentation |
Map fvalues
map_fvalues(object, fvalues, from = "uniprot", to = "feature_id", sep = ";")
object |
SummarizedExperiment |
fvalues |
uncollapsed string vector |
from |
string (fvar) |
to |
string (svar) |
sep |
collapse separator |
string vector
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 = ';')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.