Displaying 2 results from an estimated 2 matches for "yal022c".
Did you mean:
  yal020c
  
2008 Feb 13
4
dimnames
...he output:
V1      V2      V3      V4
1       YAL005C  21      14      11
2       YAL007C   2       1       4
3       YAL012W   8      16       3
4       YAL016W  24      23      23
5       YAL019W   3       3       2
6       YAL020C   2       4       2
7       YAL021C   7       5       5
8       YAL022C   3       1       2
but I  need to remove the dimnames  (first column)
I tried to use dimnames function to remove it and then save it, but still, the output is the same
These are the command lines,
XX         #matrix
dimnames(XX)<-NULL
write.table(XX,"XX.txt",quote=FALSE,sep="...
2008 Feb 12
3
filter data from data frame
Hi,
I have a data frame Y with the following information,
   ORF          spectra
1  YAL001C      2
2  YAL005C      21
3  YAL007C      2
4  YAL012W      8
5  YAL016W      24
6  YAL019W      3
7  YAL020C      2
8  YAL021C      7
9  YAL022C      3
10 YAL023C      6
11 YAL026C      2
12 YAL029C      1
13 YAL031C      1
14 YAL035W      48
15 YAL038W      173
16 YAL041W      4
17 YAL042W     4
18 YAL048C      1
19 YAL049C      1
20 YAL051W     1
In the other hand I have this object X with character elements as following
"YAL026C&...