Description Usage Arguments Details Value References See Also Examples
Display an interactive table with available organisms from a genomic ressource database (Bioconductor, EntrezGene, Ensembl, Uniprot).
1 2 3 4 | available_organisms(object)
## S4 method for signature 'genomic_ressource'
available_organisms(object)
|
object |
a |
an interactive datatable.
javascript datatable
Yihui Xie (2016). DT: A Wrapper of the JavaScript Library 'DataTables'. R package version 0.2. https://CRAN.R-project.org/package=DT
Other genomic_ressource:
Bioconductor2GO(),
Custom2GO(),
Ensembl2GO(),
EntrezGene2GO(),
Uniprot2GO(),
annotate(),
genomic_ressource-class,
taxonomy()
Other visualization:
GOclusters_heatmap(),
GOcount(),
GOterms_heatmap(),
Upset(),
overLapper(),
show_heatmap(),
show_table()
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # display Bioconductor table
Bioconductor<-ViSEAGO::Bioconductor2GO()
ViSEAGO::available_organisms(Bioconductor)
## Not run:
# display EntrezGene table
EntrezGene<-ViSEAGO::EntrezGene2GO()
ViSEAGO::available_organisms(EntrezGene)
# display Ensembl table
Ensembl<-ViSEAGO::Ensembl2GO()
ViSEAGO::available_organisms(Ensembl)
# display Uniprot table
Uniprot<-ViSEAGO::Uniprot2GO()
ViSEAGO::available_organisms(Uniprot)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.