Description Usage Arguments Value Examples
GetGenes
returns the genes that are expressed within a given tissue
1 |
genes |
Query gene list. |
composite |
Result from SpatialEnrichment |
tissue_abrev |
The tissue of interest. |
Gene overlap between query and tissue of interest
1 2 3 4 5 6 7 8 | #brainImageR:::loadworkspace()
##First put together a gene list, or load in the default vth dataset
data(vth)
##Calculate the spatial enrichment.
#composite <- SpatialEnrichment(vth, reps = 20, refset = "developing")
##Ask which genes are present in any given tissue.
#available_areanames(composite, slice = 4)
#vth_in_VZ <- GetGenes(vth, composite, tissue_abrev = "VZ")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.