krsa_enrichr | R Documentation |
This function takes in a list of PamChip peptide IDs or genes and geneset libraries names and connects to Enrichr api and returns enriched terms the geneset library name from Enrichr and userListId (id created by enrichr api) sand retruns tidy dataframe of all geneset terms in that library
krsa_enrichr(
peptides = NULL,
genes = NULL,
libs = c("GO_Biological_Process_2021", "GO_Cellular_Component_2021",
"GO_Molecular_Function_2021", "WikiPathway_2021_Human", "Reactome_2016",
"KEGG_2021_Human", "BioPlanet_2019")
)
peptides |
a vector of PamChip peptide IDs |
genes |
(optional) a vector of HGNC symbols. This will override the list of peptides |
libs |
geneset libraries names from Enrichr. default: c("GO_Biological_Process_2021", "GO_Cellular_Component_2021","GO_Molecular_Function_2021", "WikiPathway_2021_Human","Reactome_2016", "KEGG_2021_Human", "BioPlanet_2019") |
df tidy dataframe of all geneset terms in that library
Other helper functions:
enrichr_lib_call()
,
krsa_ce_output_kinases()
,
krsa_ce_output_peptides()
,
krsa_extractEndPoint()
,
krsa_extractEndPointMaxExp()
,
krsa_get_diff()
,
krsa_get_diff_byChip()
,
krsa_sampling()
,
krsa_show_peptides()
,
krsa_top_hits()
TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.