Displaying 3 results from an estimated 3 matches for "abcb10".
Did you mean:
abc1
2013 Feb 26
3
Adding markers and text for some data points after drawing a plot
Hi All,
I have a data set of around 17,000 gene names and their lengths. E.g.
gene kblength
A3GALT2 14.333
AADACL3 12.609
AADACL4 22.532
ABCA4 128.312
ABCB10 42.114
ABCD3 100.287
............
.........
and I was able to draw a reverse cumulative frequency plot using the following code:
d <- read.table("gene_length_data.txt", header=T)
attach(d)
kblength.ecdf <-ecdf(kblength)
r <-range(kblength)
curve(1-kblength....
2010 Dec 17
1
help with function
...1? ? 9606? ? hsa-miR-183? ? 2? ? 1546? ? 1552? ? -0.026? ? -0.047? ? 0.099? ? -0.135? ? 47
19? ? ABCA1? ? 9606? ? hsa-miR-183? ? 2? ? 1366? ? 1372? ? -0.011? ? -0.048? ? 0.087? ? -0.133? ? 46
20? ? ABCA2? ? 9606? ? hsa-miR-495? ? 2? ? 666? ? 672? ? -0.042? ? -0.092? ? -0.035? ? -0.33? ? 93
23456? ? ABCB10? ? 9606? ? hsa-miR-183? ? 3? ? 1475? ? 1481? ? 0.003? ? -0.109? ? -0.05? ? -0.466? ? 98
6059? ? ABCE1? ? 9606? ? hsa-miR-495? ? 2? ? 1474? ? 1480? ? 0.005? ? -0.046? ? 0.006? ? -0.196? ? 58
55324? ? ABCF3? ? 9606? ? hsa-miR-1275? ? 3? ? 90? ? 96? ? 0.007? ? 0.042? ? -0.055? ? -0.316? ? 94
although...
2010 Dec 18
0
[BioC] problem with function
...> [1] 1045 # lengthof metric - is correct
> >? ? ???sym? ? ?
> metric? ? # print geneMetric - looks ok
> > [1,] "AAK1"???"-0.35505"
> > [2,] "ABCA1"? "-0.34979"
> > [3,] "ABCA2"? "-1.0329"
> > [4,] "ABCB10" "-1.22558"
> > [5,] "ABCE1"? "-0.61348"
> > [6,] "ABCF3"? "-0.86584"
> > [1] 1045 # nrow of geneMetric - is correct
> > Error in eval(expr, envir, enclos) : object
> 'geneMetric' not found
> >>
>...