waveST-class | R Documentation |
The waveST class stores the data and additional result after computing.
If spatial
is not given, the class assumes the data is generated input: location(D^2)-by-gene(2).
The class set input
= data
, this is useful when we already have location(D^2)-by-gene(2)
matrix (like settings in simulations).
The content of \code{output} depends on whether use wavelet, and the decomposition methods. The \code{output} is NA once created. The values will be updated once called \code{\link{decompse}}.
original data, cell(n)-by-gene(p) matrix, can be matrix/data.frame/tibble
cell(n)-by-location(2) matrix, representing coordinates of each cell, see "details"
location(D^2)-by-gene(2) matrix, representing gene expression over location
a list containing SVD-like output: factors, diagonal matrix, loadings, fitted values, see "details"
The decomposition in this package require a waveST input.
Zhuoyan Xu zhuoyan.xu@wisc.edu
wave = new("waveST", data = matrix(rnorm(6), 2, 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.