Learn R Programming

smfishHmrf (version 0.1)

seqfishplus: SeqFISHplus dataset

Description

Data from SeqFISH experiment on SS cortex. This is a dataset with 523 cells and the expression of about 500 spatial genes

Usage

data(seqfishplus)

Arguments

Format

A list containing the following fields: y, nei, blocks, damp, mu, sigma

y

gene expression matrix

nei

cell adjacency matrix

blocks

vertex (or cell) update order; a list of vertex colors; cells marked with the same color are updated at once

damp

dampening constants (length k, the number of clusters)

mu

initialization (means). Means is a (i,k) matrix

sigma

initialization (sigmas). Sigmas is a (i,j,k) 3D matrix. k is cluster id. (i,j) is covariance matrix

References

Eng2019smfishHmrf

Examples

Run this code
# NOT RUN {
data(seqfishplus)
# }

Run the code above in your browser using DataLab