CellexalVR  1.1.0
A virtual reality platform for the exploration and analysis of single-cell gene expression data
CellexalVR.AnalysisLogic.Dataset Class Reference

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< Graphgraphs = new List<Graph>()
 Contains the original graphs. More...
 
List< Heatmapheatmaps = new List<Heatmap>()
 Contains all current heatmaps that have been generated. More...
 
List< NetworkHandlernetworks = new List<NetworkHandler>()
 Contains all current networks that have been generated. More...
 
List< GraphgeneratedGraphs = 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()
 

Detailed Description

Represents a loaded dataset, as well as everything that has been created from the original graphs.

Member Data Documentation

◆ database

SQLiter.SQLite CellexalVR.AnalysisLogic.Dataset.database

The database containing the gene expression information.

◆ generatedGraphs

List<Graph> CellexalVR.AnalysisLogic.Dataset.generatedGraphs = new List<Graph>()

Contains all current extra graphs that have been generated.

◆ graphs

List<Graph> CellexalVR.AnalysisLogic.Dataset.graphs = new List<Graph>()

Contains the original graphs.

◆ heatmaps

List<Heatmap> CellexalVR.AnalysisLogic.Dataset.heatmaps = new List<Heatmap>()

Contains all current heatmaps that have been generated.

◆ legend

LegendManager CellexalVR.AnalysisLogic.Dataset.legend

This dataset's legend.

◆ networks

List<NetworkHandler> CellexalVR.AnalysisLogic.Dataset.networks = new List<NetworkHandler>()

Contains all current networks that have been generated.

◆ sourceFolder

string CellexalVR.AnalysisLogic.Dataset.sourceFolder

A full path to where the source files for this dataset is.


The documentation for this class was generated from the following file: