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 equal to the number of probes (rows) in sample.mat.

Examples

     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) 

[Package LMGene version 2.38.0 Index]