read.cytomat | R Documentation |
These functions allow to import .mat (Matlab V5) files written by Cytospec.
read.cytomat(...)
read.mat.Cytospec(file, keys2data = FALSE, blocks = TRUE)
... |
|
file |
The complete file name (or a connection to) the .mat file. |
keys2data |
specifies which elements of the |
blocks |
which blocks should be read? |
read.cytomat
has been renamed to read.mat.Cytospec
and is now
deprecated. Use read.mat.Cytospec
instead.
hyperSpec object if the file contains a single spectra block, otherwise a list with one hyperSpec object for each block.
This function is an ad-hoc implementation and subject to changes.
C. Beleites
R.matlab::readMat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.