seqinr (version 3.6-1)

dia.bactgensize: Distribution of bacterial genome size from GOLD

Description

This function tries to download the last update of the GOLD (Genomes OnLine Database) to extract bacterial genomes sizes when available. The histogram and the default density() output is produced. Optionally, a maximum likelihood estimate of a superposition of two or three normal distributions is also represented.

Usage

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"))

Arguments

fit

integer value. If 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.

p

initial guess for the proportion of the first population.

m1

initial guess for the mean of the first population.

sd1

initial guess for the standard deviation of the first population.

m2

initial guess for the mean of the second population.

sd2

initial guess for the standard deviation of the second population.

p3

initial guess for the proportion of the third population.

m3

initial guess for the mean of the third population.

sd3

initial guess for the standard deviation of the third population.

maxgensize

maximum admissive value in bp for a bacterial genome size: only value less or equal to this threshold are considrered.

source

the file with raw data. By default a local (outdated) copy is used.

Value

An invisible dataframe with three components:

genus

genus name

species

species names

gs

genome size in Kb

References

Please cite the following references when using data from GOLD:

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")

See Also

density

Examples

Run this code
# NOT RUN {
  
# }
# NOT RUN {
# Need internet connection
#
# With a local outdated copy from GOLD:
#
   dia.bactgensize()
#
# With last GOLD data:
#
  # The URL is no more accessible.
  # dia.bactgensize(source = "http://www.genomesonline.org/DBs/goldtable.txt")
  
# }

Run the code above in your browser using DataLab