Learn R Programming

iPRISM (version 0.1.1)

data.path: 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

Arguments

Format

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

Examples

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

Run the code above in your browser using DataLab