add_opentargets_by_uniprot: Add opentargets annotations

add_opentargets_by_uniprotR Documentation

Add opentargets annotations

Description

Add opentargets annotations

Usage

add_opentargets_by_uniprot(
  object,
  cols = c("genesymbol", "genename", "function"),
  verbose = TRUE
)

Arguments

object

SummarizedExperiment

cols

character vector

verbose

TRUE or FALSE

Value

SummarizedExperiment

Examples

file <- download_data('billing19.proteingroups.txt')
object <- read_maxquant_proteingroups(file)
object %<>% add_opentargets_by_uniprot()

bhagwataditya/importomics documentation built on April 20, 2024, 11:19 p.m.