dia.bactgensize(fit = 2, p = 0.5, m1 = 2000, sd1 = 600, m2 = 4500,
sd2 = 1000, p3 = 0.05, m3 = 9000, sd3 = 1000, maxgensize = 20000,
source = c("ftp://pbil.univ-lyon1.fr/pub/seqinr/data/goldtable15Dec07.txt",
"http://www.genomesonline.org/DBs/goldtable.txt"))
fit == O
no normal fit
is produced, if fit == 2
try to fit a superposition of
two normal distributions, if fit == 3
try to fit a
superposition of three normal distributions.Kyrpides, N.C. (1999) Genomes OnLine Database (GOLD 1.0): a monitor
of complete and ongoing genome projects world-wide.
Bioinformatics, 15:773-774.
Bernal, A., Ear, U., Kyrpides, N. (2001) Genomes OnLine Database (GOLD):
a monitor of genome projects world-wide.
Nucleic Acids Research, 29:126-127.
Liolios, K., Tavernarakis, N., Hugenholtz, P., Kyrpides, N.C. (2006)
The Genomes On Line Database (GOLD) v.2: a monitor of genome
projects worldwide.
Nucleic Acids Research, 34:D332-D334.
Liolios, K., Mavrommatis, K., Tavernarakis, N., Kyrpides, N.C. (2008)
The Genomes On Line Database (GOLD) in 2007: status of genomic
and metagenomic projects and their associated metadata.
Nucleic Acids Research,
in press:D000-D000.
citation("seqinr")
density
#
# With a local outdated copy from GOLD:
#
dia.bactgensize()
#
# With last GOLD data:
#
# Need internet connection
dia.bactgensize(source = "http://www.genomesonline.org/DBs/goldtable.txt")
Run the code above in your browser using DataLab