data.path {iPRISM}R Documentation

data.path

Description

The 'data.path' represents the first type of feature matrix used for calculating correlations (in this case, pathway expression levels), where rows correspond to samples, and columns correspond to features.

Usage

data.path

Format

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

Examples

library(iPRISM)
data(data.path, package = "iPRISM")
plot(data.path)


[Package iPRISM version 0.1.1 Index]