CellexalVR
1.1.0
A virtual reality platform for the exploration and analysis of single-cell gene expression data
|
Represents a loaded dataset, as well as everything that has been created from the original graphs. More...
Public Member Functions | |
void | HighlightGene (string genename) |
void | ColorByGeneExpression (string genename) |
Public Attributes | |
ReferenceManager | referenceManager |
string | sourceFolder |
A full path to where the source files for this dataset is. More... | |
SQLiter.SQLite | database |
The database containing the gene expression information. More... | |
List< Graph > | graphs = new List<Graph>() |
Contains the original graphs. More... | |
List< Heatmap > | heatmaps = new List<Heatmap>() |
Contains all current heatmaps that have been generated. More... | |
List< NetworkHandler > | networks = new List<NetworkHandler>() |
Contains all current networks that have been generated. More... | |
List< Graph > | generatedGraphs = new List<Graph>() |
Contains all current extra graphs that have been generated. More... | |
LegendManager | legend |
This dataset's legend. More... | |
Static Public Attributes | |
static Dataset | instance = new Dataset() |
Represents a loaded dataset, as well as everything that has been created from the original graphs.
SQLiter.SQLite CellexalVR.AnalysisLogic.Dataset.database |
The database containing the gene expression information.
Contains all current extra graphs that have been generated.
Contains the original graphs.
Contains all current heatmaps that have been generated.
LegendManager CellexalVR.AnalysisLogic.Dataset.legend |
This dataset's legend.
List<NetworkHandler> CellexalVR.AnalysisLogic.Dataset.networks = new List<NetworkHandler>() |
Contains all current networks that have been generated.
string CellexalVR.AnalysisLogic.Dataset.sourceFolder |
A full path to where the source files for this dataset is.