Displaying 2 results from an estimated 2 matches for "mhalsham".
Did you mean:
malham
2010 Apr 16
4
R loop.
Hi every one I?m new to R and I cant figure our how to use the loop to do the
following task, any help would be very kind of every one.
I have a file called (table3.txt) that contains over 1000 row and over 40
columns.
So for example first row would look like that
Deafness, EYA4, DIAPH1, MYO7A, TECTA, COL11A2, POU4F3, MYH9, ACTG1,
MYO6
I want the loop stamens to loop thro each row
2010 Jun 01
1
loop
Can any one help it will be very kind, loop statements
I have this table and some more records, I want to reshape it
V1 V2 V3 V4 V5 V6 V7 V8 V9 V10
TP53 Dis1 Dis2 Dis3 Dis4 Dis5 Dis6
DCI New1 New2 New3 New4
FDI Hi2 H3 H4
GHD I1 I3 I4 I5 I6 I7 I8
I want my new table or matrix to be some thing like this
V1 V2 V3
Tp53 Dis1 Dis2
Tp53 Dis1 Dis3
Tp53 Dis1 Dis4
Tp53 Dis1 Dis5
Tp53 Dis1 Dis6
Tp53 Dis2