bac.df | R Documentation |
A dataset containing the SNP positions and their nucleotide frequencies of three Illumina sequenced baculoviruses.
bac.df
A data frame with 6 rows and 14 variables:
Integer. Genomic position of the SNP.
Numeric. Quality score of the SNP.
Factor. Isolate identifier (e.g., iIso1
, iIso2
).
Integer. Genotype quality score.
Factor. Reference nucleotide.
Factor. Alternative nucleotides (up to three alternatives).
Integer. Total coverage at the SNP position.
Integer. Coverage of the reference nucleotide.
Integer. Coverage of the first alternative nucleotide.
Integer. Coverage of the second alternative nucleotide.
Integer. Coverage of the third alternative nucleotide.
Numeric. Relative frequency of the reference nucleotide.
Numeric. Relative frequency of the first alternative nucleotide.
Numeric. Relative frequency of the second alternative nucleotide.
Numeric. Relative frequency of the third alternative nucleotide.
A dataset containing SNP positions, quality scores, nucleotide frequencies, and relative frequencies for three alternative nucleotides across isolates of baculoviruses. The dataset provides information useful for SNP analysis, including reference and alternative coverage, as well as relative frequencies for each alternative nucleotide.
data(bac.df)
head(bac.df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.