Dear all, I have a list-object RGList named RG containing two vectors (RG$R and RG$G) and a data.frame(RG$genes) with 8 variables. Each of the variables of the data.frame have the same length as the two vectors. I think the data in the RGList is structured in such a way, that the first entry in the vector RG$R belongs to the first entry in the data.frame variable e.g. RG$genes$Row. Now my question: Is it possible to sort the RGList object by the values of one variable of my data.frame e.g. RG$genes$Row without loosing the ties between the different parts of the list ?
Any help would be greatly appreciated, Martin ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
