add_opentargets_by_uniprot | R Documentation |
Add opentargets annotations
add_opentargets_by_uniprot(
object,
cols = c("genesymbol", "genename", "function"),
verbose = TRUE
)
object |
SummarizedExperiment |
cols |
character vector |
verbose |
TRUE or FALSE |
SummarizedExperiment
file <- system.file('extdata/billing19.proteingroups.txt', package = 'autonomics')
object <- read_maxquant_proteingroups(file)
object %<>% add_opentargets_by_uniprot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.