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

Class that handles the reading of MDS input files. Normally graph coordinates. More...

Inheritance diagram for CellexalVR.AnalysisLogic.MDSReader:

Public Member Functions

IEnumerator ReadMDSFiles (string path, string[] mdsFiles, GraphGenerator.GraphType type=GraphGenerator.GraphType.MDS, bool server=true)
 Coroutine to create graphs. More...
 
IEnumerator ReadBigFolder (string path)
 
void CreateFromCoordinates (List< float > x, List< float > y)
 
void CreateFromCoordinates (List< float > x, List< float > y, List< float > z)
 

Public Attributes

ReferenceManager referenceManager
 

Detailed Description

Class that handles the reading of MDS input files. Normally graph coordinates.

Member Function Documentation

◆ ReadMDSFiles()

IEnumerator CellexalVR.AnalysisLogic.MDSReader.ReadMDSFiles ( string  path,
string[]  mdsFiles,
GraphGenerator.GraphType  type = GraphGenerator.GraphType.MDS,
bool  server = true 
)

Coroutine to create graphs.

Parameters
pathThe path to the folder where the files are.
mdsFilesThe filenames.
type
server

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