Description Usage Arguments Examples
This function allows you to list datasets available via RESTful API.
1 2 3 4 5 6 7 8 9 10 11 12 |
sp.scientific |
Species (Scientific Name) (regex) (optional). |
sp.common |
Species (Common Name) (regex) (optional). |
bio.layer |
Biological Information Layer (regex) (optional). |
seq.protocol |
Sequencing Protocol (regex) (optional). |
cell.identity |
Biological Cell Identity (regex) (optional). |
min.genes |
Minimum Number of Genes (optional). |
max.genes |
Maximum Number of Genes (optional). |
min.cells |
Minimum Number of Cells (optional). |
max.cells |
Maximum Number of Cells (optional). |
1 2 3 | datasets <- list.datasets()
datasets <- list.datasets(sp.common='human')
datasets <- list.datasets(sp.common='mouse')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.