process_database | R Documentation |
Choose database category and organism for use in analysis.
process_database(data, categories = FALSE, organisms = FALSE, gs_filter = "")
data |
output of |
categories |
optional: categories to include; default all |
organisms |
optional: organisms to include; default all |
gs_filter |
optional: filter for gene set names |
gs_genes
list: names: gene set names vector: genes
gs_info
tibble: gene set information
genes
vector: list of genes
## Not run: data_path <- system.file("extdata", "ex_data.csv", package = "E.PAGE") data <- import_database(data_path, ",", FALSE, c(2, 4), 0) data_proc <- process_database(data, "Not assigned", "Not assigned") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.