[BioC] Unequally spaced replicates in limma - 'sort your MA object by gene ID '

Gordon K Smyth smyth at wehi.EDU.AU
Sat Sep 4 02:13:49 CEST 2004


> Hi Gordon
>
> I know it is a basic R procedure - but what command would sort the MAlist by gene ID?

i <- order(MA$genes$ID)
MAsorted <- MA[i,]

Gordon

>> sort(MAlist, .....)?
>
> Thanks
> Jakob



More information about the Bioconductor mailing list