search for: tissueexpressiona

Displaying 1 result from an estimated 1 matches for "tissueexpressiona".

Did you mean: tissueexpressionb
2013 Mar 27
1
Creating mean C columns out of As and Bs
...am working on a gene expression microarray dataset, each sample has been taking from animal A and animal B on the same type of microarray. I would like to take the mean of these columns and create a dataset with columns with data which are means of the corresponding rows of A and B For example: TissueExpressionA <- HTissue[1:22284, c(29, 39, 57, 59, 63, 69, 71, 73, 77, 79, 83, 89, 99, 117, 119, 121, 123, 125, 137, 145, 159)] TissueExpressionB <- HTissue[1:22284, c(30, 40, 58, 60, 64, 70, 72, 74, 78, 80, 84, 90, 100, 118, 120, 122, 124, 126, 138, 146, 160)] I would like TissueExpressionC <- HTis...