set_readable: Set Readable

Description Usage Arguments Value Examples

View source: R/utilities.R

Description

Mapping 'itemID' column in the FEA enrichment result table from Entrez ID to gene Symbol

Usage

1
2
3
4
5
6
set_readable(
  tb,
  OrgDb = "org.Hs.eg.db",
  keyType = "ENTREZID",
  geneCol = "itemID"
)

Arguments

tb

tibble object, enrichment result table

OrgDb

character(1), 'org.Hs.eg.db' for human

keyType

character(1), keyType of gene

geneCol

character(1), name of the column in 'tb' containing gene Entrez ids separated by '/' to be converted to gene Symbol

Value

tibble Object

Examples

1
2
3
4
data(drugs10)
res <- tsea_dup_hyperG(drugs=drugs10, type="Reactome", pvalueCutoff=1, 
                       qvalueCutoff=1)
res_tb <- set_readable(result(res))

signatureSearch documentation built on April 16, 2021, 6 p.m.