Learn R Programming

LMGene (version 2.28.0)

sample.ind: Sample probeset index vector

Description

Vector indicating which probeset each probe belongs to

Usage

data(sample.ind)

Arguments

Format

A vector of integers, e.g., c(1,1,1,2,2,3,3,3,4,4,...). Length is equal to the number of probes (rows) in sample.mat.

Examples

Run this code
     data(sample.eS)
     data(sample.ind)
     trs.eS <- transeS (sample.eS, 667, 65)
     ntrs.eS <- lnormeS(trs.eS) 
     genesample.eS <- psmeans (ntrs.eS, sample.ind) 

Run the code above in your browser using DataLab