Displaying 3 results from an estimated 3 matches for "sridiy".
Did you mean:
friday
2012 Sep 10
1
E-mail # 2 / attachments matrix test cases
...quot;???? "1"??? "2"???????? "2"???????? "1"????????? "4"
#IMAGE:1010367 "4"???? "4"??? "1"???????? "1"???????? "1"????????? "2"
A.K.
----- Original Message -----
From: Sridhar Iyer <sridiyer at gmail.com>
To: arun <smartpink111 at yahoo.com>
Cc: Milan Bouchet-Valat <nalimilan at club.fr>
Sent: Monday, September 10, 2012 8:05 AM
Subject: E-mail # 2 / attachments matrix test cases
forgot to attach the sample files. sorry.
On Mon, Sep 10, 2012 at 7:02 AM, Sridhar Iyer &...
2012 Jul 22
2
Frame Column to List (conversion)
Hi,
Input Format: excel file (XLS)
Column 1: Gene ID (alphanumeric)
Column 2 - 10 : (numeric data).
inData = read.xls ( <fileName>)
geneLabel = inData [ , 1] - column 1 stored in geneLabel
tempData = inData [ , 2: 10]
expValues = data.matrix (tempData) - convert frame into Matrix format
expValues has the matrix format needed for analysis.
I need to bind gene labels as .
I
2012 Sep 10
1
R- merging two matrix
Hi,
I have two matrices. (same size, same number of rows,
same names for the rows - one has data in sorted
order, another one master data in unsorted order. I need to
combine both).
Rows names of Matrix A
P, Q, R, S, T, U, V ....... (some order) - each row has 4 values
Row names of Matrix B (same as B, but in a different (sorted) order)
Q, P, T, U, V, ....... (same names, but