sample.ind {LMGene}R Documentation

Sample probeset index vector

Description

Vector indicating which probeset each probe belongs to

Usage

data(sample.ind)

Format

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

Details

Examples

     data(sample.eS)
     data(sample.ind)
     transeS (sample.eS, 667, 65) -> trs.eS
     lnormeS(trs.eS) -> ntrs.eS
     psmeans (ntrs.eS, sample.ind) -> genesample.eS

[Package LMGene version 1.8.0 Index]