data.cell {iPRISM}R Documentation

data.cell

Description

The 'data.cell' represents the second type of feature matrix used for calculating correlations (in this case, cell abundances), where rows correspond to samples, and columns correspond to features.

Usage

data.cell

Format

An object of class matrix (inherits from array) with 121 rows and 21 columns.

Examples

library(iPRISM)
data(data.cell, package = "iPRISM")
dim(data.cell)


[Package iPRISM version 0.1.1 Index]