set - Combining/concatenating more than two expressionsets in R -
i have several expressionsets (eset) combine together. found package combine 2 esets have around 10 esets want combine. here package combines 2 esets example:
library('a4base') ## not run: # prepare , combine 2 expressionset data(data.h2009); data(phenodata.h2009) data(data.skov3); data(phenodata.skov3) eh2009 <- prepareexpressionset(exprs = data.h2009, phenodata = phenodata.h2009, changecolumnsnames = true) eskov3 <- prepareexpressionset(exprs = data.skov3, phenodata = phenodata.skov3, changecolumnsnames = true) newe <- combinetwoexpressionset(eh2009,eskov3) ## end(not run)
is there way combine them @ once?
thanks in advance,
i've found solution. there package called insilicomerging.
i post answer in case 1 has problem mine.
take @ this: insilicomerging
Comments
Post a Comment