read_gene_sets | R Documentation |
Use the IDs from the converted database to find the gene sets for all the pathways in the database. Returns a list with each entry a vector of IDs corresponding to a description of a pathway in the database.
read_gene_sets(converted, all_gene_names, go, select_org, idep_data, my_range)
converted |
List of converted gene information from
|
all_gene_names |
Data frame of gene names from
|
go |
String designating the section of the database to query for pathway
analysis. See |
select_org |
String designating with organism is being analyzed |
idep_data |
List of data returned from |
my_range |
Vector of the (min_set_size, max_set_size) |
A list with each entry a list of gene IDs that correspond to a pathway.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.