Description Usage Arguments Value Source Examples
View source: R/GenesFromAnatomy.R
This function takes a species from BgeeDB and creates a Radar graph that displays the number of genes along with the anatomica features
1 | GenesFromAnatomy(speciesBgee, speciesCommon, feature)
|
speciesBgee |
The Scientific name of a Species found in BgeeDB |
speciesCommon |
The common name of the same species in Ensemble |
feature |
The feature, an adjective that describes what we want to find in the anatomical features for and how many genes we have for them |
a radar graph that shows the terms and how many genes we find per term
http://bioconductor.org/packages/release/bioc/vignettes/BgeeDB/inst/doc/BgeeDB_Manual.html
1 2 3 4 | ## Not run:
AnatomyGeneRadarGraph <-GenesFromAnatomy("Danio_rerio","Zebrafish","pectoral fin")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.