read.mat.Cytospec: Import for Cytospec mat files

Description Usage Arguments Details Value Note Author(s) See Also

Description

These functions allow to import .mat (Matlab V5) files written by Cytospec.

Usage

1
2
3
read.mat.Cytospec(file, keys2data = FALSE, blocks = TRUE)

read.cytomat(...)

Arguments

file

The complete file name (or a connection to) the .mat file.

keys2data

specifies which elements of the Info should be transferred into the extra data

blocks

which blocks should be read? TRUE reads all blocks.

...

read.cytomat for now hands all arguments to read.mat.Cytospec for backwards compatibility.

Details

read.cytomat has been renamed to read.mat.Cytospec and is now deprecated. Use read.mat.Cytospec instead.

Value

hyperSpec object if the file contains a single spectra block, otherwise a list with one hyperSpec object for each block.

Note

This function is an ad-hoc implementation and subject to changes.

Author(s)

C. Beleites

See Also

R.matlab::readMat


GegznaV/hyperSpec2 documentation built on Dec. 27, 2019, 9:43 a.m.