sample.ind {LMGene} | R Documentation |
Vector indicating which probeset each probe belongs to
data(sample.ind)
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.
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