Displaying 3 results from an estimated 3 matches for "abcc4".
2006 Sep 01
3
histograms
I am interested in plotting histograms for the following data
Isoform
Tumor_65_198
Tumor_50_192
Tumor_80_167
Tumor_80_204
Tumor_95_197
Tumor_70_189
Tumor_90_202
Tumor_40_177
Tumor_60_21
Tumor_70_174
Tumor_70_147
Tumor_50_5
ABCC4-2007
1
1
1
6
1
9
10
1
2
0
10
1
ABCC4-2008
5
8
7
5
3
10
5
5
7
3
10
3
ABCC4-2009
0
0
0
0
0
0
0
0
0
0
0
0
ABCC4-2010
0
0
0
0
0
0
0
0
0
0
0
0
ABCC4-2011
0
10
4
3
2
0
2
4
1
4
10
0
ABCC4-2012
0
0
10
0
0
0
0
0
0
0
0
0
ABCC4-2013...
2006 Sep 02
0
venn diagrams
...;B","C","A","C","A","B
","C","B")
venn(ids, attributes)
Here is my data
Venn.data<- structure(list(NN = structure(c(1, 2, 3, 4, 5, 6, 7, 8, 9,
10,
11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22), .Label =
c("ABCC4-2009",
"ABCC4-2010", "ABCG1-0490", "ADARB1-0558", "AHCY-2002", "ALDH1A2-0002",
"ANKRD15-1029", "ANXA2-0915", "APBA2BP-0010", "APBA2BP-0011",
"APBA2BP-0012", "APBB3-0183", "A...
2009 Sep 25
1
error while plotting
...", "T(70%)a-N(0%)c", "T(70%)c-N(0%)c",
"T(80%)a-N(0%)c"))
rownames(sig.data)<-sig.data[,2]
my.hmtest <- structure(list(
estimate = t(t(structure(sig.data[,"estimate"], .Names = rownames(sig.data)))),
conf.int = sig.data[,4:5],
ctype = "ABCC4-2007"),
class = "hmtest")
par(mex=0.5) #This helps to accomodate the margins when text is getting cut off
plot(my.hmtest, cex.axis=0.7)