Add Matrix With Clinical Data To Expression Matrix
Hi,
I have two objects:
1) An expression matrix -
allData- contains 949 rows, the first column is the arrayID2) A matrix with clinical data-
clinicalCharalso 949 rows, and the first column is the arrayID,
The first column(arrayIDs) of both match up to each other, so i just need to add it. I need to add the clinical data matrix ot the allData matrix, how can I do this ?
Thanks for the help, R
• 2,497 views
•
link
1 answer
Log in to answer this question.
You REALLY want to be using ExpressionSets for storing clinical data alongside genomic data such as expression data. See the vignette from the Biobase package for details.