suppressWarnings({ suppressPackageStartupMessages({ library(tenXplore) library(org.Mm.eg.db) library(org.Hs.eg.db) }) })
The tenXplore package includes prototypical code to facilitate the coding of an ontology-driven visualizer of transcriptomic patterns in single-cell RNA-seq studies.
This package is intended to illustrate the role of formal ontology in the analysis of single-cell RNA-seq experiments.
We anticipate that both unsupervised and supervised methods of statistical learning will be useful.
Gene Ontology and Gene Ontology Annotation are the primary
resources at present for enumerating gene signatures for
cell types. The r Biocpkg("ontoProc")
package
assists in providing some mappings, but much work is needed.
library(ontoProc) data(allGOterms) cellTypeToGO("serotonergic neuron", gotab=allGOterms) cellTypeToGenes("serotonergic neuron", gotab=allGOterms, orgDb=org.Mm.eg.db) cellTypeToGenes("serotonergic neuron", gotab=allGOterms, orgDb=org.Hs.eg.db)
At this point the API for selecting cell types, bridging to gene sets, and acquiring expression data, is not well-modularized, but extensive activity in these areas in new Bioconductor packages will foster enhancements for this application.
In brief, we often fail to find GO terms that approximately match, as strings, Cell Ontology terms corresponding to cell types and subtypes. Thus the cell type to gene mapping is very spotty and the app has nothing to show.
On the other hand, if we match on cell types, we get very large numbers of matches, which will need to be filtered. We will introduce tools for generating additional type to gene harvesting/filtering in real time.
The r Biocpkg("ontoProc")
package includes facilities
for working with a variety of ontologies, and tenXplore will
evolve to improve flexibility of selections and visualizations
afforded by the r CRANpkg("ontologyIndex")
and r CRANpkg("ontologyPlot")
packages.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.