search for: 5c41810

Displaying 1 result from an estimated 1 matches for "5c41810".

2013 Feb 26
3
Adding markers and text for some data points after drawing a plot
...lowing code: d <- read.table("gene_length_data.txt", header=T) attach(d) kblength.ecdf <-ecdf(kblength) r <-range(kblength) curve(1-kblength.ecdf(x), from=r[1], to=r[2], col="red", xlim=r) detach(d) Here's the link to the output: http://www.tiikoni.com/tis/view/?id=5c41810 I want to put markers and the corresponding gene names in the graph for a small list of 6 genes. i.e. say a hollow circle on the curve followed by the corresponding gene name. I am fighting with this but wasn't able to get a solution. Any help is appreciated. Thanks,  Debs [[alternative H...