sample.mat {LMGene}R Documentation

Sample array data for LMGene package

Description

A matrix of array data

Usage

data(sample.mat)

Format

A data frame measuring 613 probes on the 32 samples.

Examples

#library
library(Biobase)
library(LMGene)

#data
data(sample.mat)
data(vlist)

Smpdt<-neweS(sample.mat,vlist)

data(sample.eS)
identical(sample.eS, Smpdt)

[Package LMGene version 1.12.0 Index]