I have a problem merging data frames in R. I have one bigger data frame with different gene expression levels in rows and samples in columns; the second data frame is smaller and it contains some demographic info about the samples (organized in rows). How can I take one column from the second data set and insert it in the first one, without losing the correspondence with the samples?
thank you