searchSCAtlasExperiments | R Documentation |
This function accepts a query, and optionally a secondary filter, and then searches for matching Single-Cell Expression Atlas experiments in the EBI RESTful Web Services API. The function also performs ontology-based query search against the Single Cell Expression Atlas cell-type wheel.
searchSCAtlasExperiments( query, secondaryFilter = NULL )
query |
Character of sample properties to search Atlas for. These can be biological characteristics, experimental treatments, species, etc. |
secondaryFilter |
Optional, a second filter. For instance, if the query is "lung", the secondary filter can be "human" to search for human lung experiments. |
A DataFrame containing the Expression Atlas accessions, the species, experiment types, and titles of Expression Atlas experiments matching the query.
# Search for pancreas experiments
atlasRes_pancreas <- searchSCAtlasExperiments( query="pancreas")
# Search for human lung experiments
atlasRes_human_lung <- searchSCAtlasExperiments( query="lung", secondaryFilter = "human")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.