Entering edit mode
11.8 years ago
moranr
▴
290
Hi,
I have two objects:
1) An expression matrix -
allData
- contains 949 rows, the first column is the arrayID2) A matrix with clinical data-
clinicalChar
also 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
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.