check_data_sanity {mappoly} | R Documentation |
Data sanity check
Description
Checks the consistency of a dataset
Usage
check_data_sanity(x)
Arguments
x |
an object of class |
Value
if consistent, returns 0. If not consistent, returns a
vector with a number of tests, where TRUE
indicates
a failed test.
Author(s)
Marcelo Mollinari, mmollin@ncsu.edu
References
Mollinari, M., and Garcia, A. A. F. (2019) Linkage analysis and haplotype phasing in experimental autopolyploid populations with high ploidy level using hidden Markov models, _G3: Genes, Genomes, Genetics_. doi:10.1534/g3.119.400378
Examples
check_data_sanity(tetra.solcap)
[Package mappoly version 0.4.1 Index]