Displaying 1 result from an estimated 1 matches for "yal054c".
Did you mean:
yal007c
2008 Sep 09
1
write dataframes
...anipulate my data I have ended up with 5 different data frames
with different number of observations but the same
number of variables (columns)
An example, if I write str(object1), I see this,
data.frame': 47 obs. of 3 variables:
$ ORF : Factor w/ 245 levels "YAL038W","YAL054C",..: 10 19 38 39 44
45 50 51 59 60 ...
$ mRNA : num 0.891 1.148 1.202 1.479 1.445 ...
$ Protein: num 1.230 1.288 1.175 0.724 0.851 ..
str(object2)
'data.frame': 21 obs. of 3 variables:
$ ORF : Factor w/ 245 levels "YAL038W","YAL054C",..: 11 25 40 55 6...