Description Usage Arguments Functions Examples
Retrieve Data from GeneNetwork
1 2 3 4 5 6 7 | gn_species()
gn_groups(species = NULL)
gn_datasets(group)
gn_genotypes(group)
|
species |
A valid species name (e.g., |
group |
A group name. Use |
gn_species
: Table of supported species (e.g., "mouse"
)
gn_groups
: Table of available groups of subjects or
samples (e.g., "bxd"
).
gn_datasets
: Table of available datasets for a particular group
.
gn_genotypes
: Retrieve genotypes data for a specific group
.
1 2 3 4 5 6 7 8 | species <- gn_species()
groups <- gn_groups()
# retrieve all bxd datasets
datasets <- gn_datasets(group = "bxd")
# retrieve bxd genotypes
genos <- gn_genotypes(group = "bxd")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.