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

Public Member Functions

IEnumerator LogStart ()
 Calls R logging function to start the logging session. More...
 
IEnumerator LogStop (SaveButton saveButton)
 Calls R logging function to stop the logging session. More...
 
IEnumerator LogHeatmap (string heatmapImageFilePath, Heatmap heatmap)
 Calls R logging function to save heatmap for session report. More...
 
void GOanalysis (Heatmap heatmap)
 Does a GO analysis of the genes on the heatmap. The Rscript does this and needs the genelist to do it. More...
 
IEnumerator LogNetwork (string networkImageFilePath, NetworkCenter nc)
 Calls R logging function to save network for session report. More...
 

Public Attributes

ReferenceManager referenceManager
 

Member Function Documentation

◆ GOanalysis()

void CellexalVR.AnalysisLogic.ReportManager.GOanalysis ( Heatmap  heatmap)

Does a GO analysis of the genes on the heatmap. The Rscript does this and needs the genelist to do it.

◆ LogHeatmap()

IEnumerator CellexalVR.AnalysisLogic.ReportManager.LogHeatmap ( string  heatmapImageFilePath,
Heatmap  heatmap 
)

Calls R logging function to save heatmap for session report.

◆ LogNetwork()

IEnumerator CellexalVR.AnalysisLogic.ReportManager.LogNetwork ( string  networkImageFilePath,
NetworkCenter  nc 
)

Calls R logging function to save network for session report.

◆ LogStart()

IEnumerator CellexalVR.AnalysisLogic.ReportManager.LogStart ( )

Calls R logging function to start the logging session.

◆ LogStop()

IEnumerator CellexalVR.AnalysisLogic.ReportManager.LogStop ( SaveButton  saveButton)

Calls R logging function to stop the logging session.


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