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

Class that handles the reading of attribute/meta files input. More...

Inheritance diagram for CellexalVR.AnalysisLogic.AttributeReader:

Public Member Functions

IEnumerator H5ReadAttributeFilesCoroutine (H5Reader h5Reader)
 Reads all attributes from current h5 file More...
 
IEnumerator ReadAttributeFilesCoroutine (string path)
 Reads an attribute file. More...
 
void ReadCondensedAttributeFile (string fullPath)
 Reads a condensed attribute file. This will create a folder Generated in the dataset's folder and save the generated textures there. If such a folder already exists, this function will still read the file for cell's attributes, but will instead use whatever textures are on the disk. More...
 

Public Attributes

ReferenceManager referenceManager
 

Detailed Description

Class that handles the reading of attribute/meta files input.

Member Function Documentation

◆ H5ReadAttributeFilesCoroutine()

IEnumerator CellexalVR.AnalysisLogic.AttributeReader.H5ReadAttributeFilesCoroutine ( H5Reader  h5Reader)

Reads all attributes from current h5 file

◆ ReadAttributeFilesCoroutine()

IEnumerator CellexalVR.AnalysisLogic.AttributeReader.ReadAttributeFilesCoroutine ( string  path)

Reads an attribute file.

Parameters
pathThe path to the file.

◆ ReadCondensedAttributeFile()

void CellexalVR.AnalysisLogic.AttributeReader.ReadCondensedAttributeFile ( string  fullPath)

Reads a condensed attribute file. This will create a folder Generated in the dataset's folder and save the generated textures there. If such a folder already exists, this function will still read the file for cell's attributes, but will instead use whatever textures are on the disk.

Parameters
fullPathThe path to the condensed attribute file.

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