Have you considered "unique", "table", "is.element", ..., ?
hope this helps. spencer graves
feiwan wrote:
Dear S-users:
I am trying to combine the following 6 groups (some elements in each groups
are same) into a vector without duplicated elements. how can i do it
efficiently ? I am thinking about using something like
genenames.TEL%in%genenames.TALL etc to get the duplicated elements one by
one.
genenames.TEL<-rownames(top.TEL)
genenames.TALL<-rownames(top.TALL)
genenames.MLL<-rownames(top.MLL)
genenames.Hyperdip<-rownames(top.Hyperdip)
genenames.E2A<-rownames(top.E2A)
genenames.BCR<-rownames(top.BCR)
any suggustions will be appreciated.
regards,
w.f
--------------------------------------------------------------------
This message was distributed by s-news@lists.biostat.wustl.edu. To
unsubscribe send e-mail to s-news-request@lists.biostat.wustl.edu with
the BODY of the message: unsubscribe s-news
|