R/extdata.r

#' Dataset of Modified Genotypes of Bats
#' 
#' A subset of single nucleotide polymorphisms in \emph{Myotis myotis} from Harazim et al. 
#' (2021). The genotypes were modified for testing purposes in such a way that markers
#' 15 and 17 now include additional indel and substitution alleles. Eight markers 
#' used in the dataset are monomorphic. 
#'
#' The data is used to test conversion of genotype data from vcf to diem format with 
#' function \code{vcf2diem}.
#' @name myotis
#' @format vcf file with 14 individuals and 20 markers.
#' @source Harazim M., Pialek L., Pikula J., Seidlova V., Zukal J., Bachorec E., 
#'    Bartonicka T., Kokurewicz T., Martinkova N. (2021) Associating physiological 
#'    functions with genomic variability in hibernating bats. 
#'    \emph{Evolutionary Ecology}, 35, 291-308, doi: 10.1007/s10682-020-10096-4.
#' @examples
#' filename <- system.file("extdata", "myotis.vcf", package = "diemr")
NULL


#' Dataset of Fish Genotypes
#' 
#' A subset of single nucleotide polymorphisms in fish for testing purposes of 
#' multiallelic markers.
#'
#' The data is used to test conversion of genotype data from vcf to diem format with 
#' the function \code{vcf2diem}.
#' @name testdata
#' @format vcf file with 92 individuals and 6 markers.
#' @examples
#' filename <- system.file("extdata", "testdata.vcf", package = "diemr")
NULL


#' Dataset of Butterfly Genotypes
#' 
#' A subset of single nucleotide polymorphisms in butterflies of the genus \emph{Brenthis}. 
#'
#' The data is used to test conversion of genotype data from vcf to diem format with 
#' function \code{vcf2diem}.
#' @name brenthis
#' @format vcf file with 13 individuals and 4 markers.
#' @examples
#' filename <- system.file("extdata", "brenthis.vcf", package = "diemr")
NULL

Try the diemr package in your browser

Any scripts or data that you put into this service are public.

diemr documentation built on Sept. 23, 2024, 5:10 p.m.