Description Usage Arguments Value Examples
If there are multiple datasets available you need to specify one by setting
ds
to a dataset id
or dataset title
.
To get an overview of availabe dataset use the fucntion ds_info
.
1 2 3 4 5 6 7 8 |
ds |
A single dataset ID or dataset title. |
data_dir |
The directory containing sub-folders of the |
additional_readers |
List to specify your own readers for the specific dataset format. Still experimental, by default an empty list |
experimental_readers |
Boolean whether FASTGenomics in-house experimental readers should be used. By default set to False. |
expression_file |
The name of the expression file you want to load. Only needed when there are multiple expression files in a dataset. |
as_format |
Specifies which reader should be uses for this dataset. Overwrites the auto-detection of the format. Possible parameters are the file extensions of our supported data formats: "h5ad", "h5", "hdf5", "loom", "rds", "csv", "tsv". |
dataset loaded as a Seurat Object
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.