https://github.com/cran/MADPop
Raw File
Tip revision: 5210dd940c06886b61ca0b5e4f0e50d6cbb717a9 authored by Martin Lysy on 27 October 2018, 14:20:03 UTC
version 1.1.1
Tip revision: 5210dd9
fish215.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/fish215.R
\name{fish215}
\alias{fish215}
\title{Genotypes of lake trout from Ontario, Canada}
\format{A \code{data.frame} with 215 rows and 5 columns.  The first column is an (optional) vector of population identifiers.  The next four columns contain the recorded genotype for each observation (row).  Each row contains up to four distinct allele identifiers in any order.  Missing alleles should be denoted by \code{NA}, or "", but not both.}
\source{
Kuntz, S. (2014). \emph{Population Differentiation of Ontario Lake trout (Salvelinus namaycush) using the Major Histocompatibility Complex class II \eqn{\beta} gene} (\href{https://uwspace.uwaterloo.ca/bitstream/handle/10012/8542/Kuntz_Steven.pdf?sequence=1}{URL}).
}
\description{
Observable genotypes (up to possibly duplicated alleles) of 215 lake trout (\emph{Salvelinus namaycush}) collected from 11 lakes in Ontario, Canada.
}
\details{
This \code{data.frame} is how a typical spreadsheet of genotype data gets imported into \strong{R}.  Data must adhere to this format to be correctly processed by the functions in \pkg{MADPop}.
}
\examples{
head(fish215)
}
back to top