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

Select 3 markers and create new graph with these as axes. More...

Inheritance diagram for CellexalVR.AnalysisLogic.NewGraphFromMarkers:

Public Member Functions

void CreateMarkerGraphConsole (string marker1, string marker2, string marker3)
 
void CreateMarkerGraph ()
 Creates a new graph from the three currently selected markers. More...
 
void DumpSelectionToTextFile (List< Graph.GraphPoint > selection, string first_marker, string second_marker, string third_marker)
 Dumping the selection with ids and facs values on the same format as the mds files so it can be read in by the inputreader. More...
 

Public Attributes

ReferenceManager referenceManager
 
List< string > markers
 

Detailed Description

Select 3 markers and create new graph with these as axes.

Member Function Documentation

◆ CreateMarkerGraph()

void CellexalVR.AnalysisLogic.NewGraphFromMarkers.CreateMarkerGraph ( )

Creates a new graph from the three currently selected markers.

◆ DumpSelectionToTextFile()

void CellexalVR.AnalysisLogic.NewGraphFromMarkers.DumpSelectionToTextFile ( List< Graph.GraphPoint selection,
string  first_marker,
string  second_marker,
string  third_marker 
)

Dumping the selection with ids and facs values on the same format as the mds files so it can be read in by the inputreader.

Parameters
selectionThe points to save to the file. Either a selection or all the points in the graph.

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