Translated handlePopData (#2)

This commit is contained in:
Waldir Leoncio 2022-04-12 14:31:54 +02:00
parent 9224c44cb6
commit 03db7f4124
4 changed files with 86 additions and 94 deletions

14
man/handlePopData.Rd Normal file
View file

@ -0,0 +1,14 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/handlePopData.R
\name{handlePopData}
\alias{handlePopData}
\title{Handle Pop data}
\usage{
handlePopData(raw_data)
}
\arguments{
\item{raw_data}{raw data}
}
\description{
The last column of the original data tells you which? that line is from. The function changes the allele codes so that the codes for one locus have values between 1,, Noah (j). Before this change, an allele whose code is zero is changed.
}