Description Usage Arguments Value Examples
Choose database category and organism for use in analysis.
1 | process_database(data, categories = FALSE, organisms = FALSE)
|
data |
output of |
categories |
optional: categories to include; default all |
organisms |
optional: organisms to include; default all |
gs_genes
list: names: gene set names vector: genes
gs_info
tibble: gene set information
genes
vector: list of genes
1 2 3 4 5 6 7 | ## Not run:
data_path <- system.file("extdata", "ex_data.csv", package = "glacier")
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.