Description Usage Arguments Value References Examples
The data to be loaded must be structured in .ped format and families must comprise by parent-offspring pedigrees.
1 2 | alleLoader(data, invisibleOutput = TRUE, dataSummary = TRUE,
missingValues = c(-9, -99))
|
data |
Data to be loaded. |
invisibleOutput |
Data are not shown by default. |
dataSummary |
A summary of the data is shown by default. |
missingValues |
Specification of the character/numerical values which may be missing. |
Loaded dataset.
Medina-Rodriguez, N. Santana A. et al. (2014) alleHap: an efficient algorithm to reconstruct zero-recombinant haplotypes from parent-offspring pedigrees. BMC Bioinformatics, 15, A6 (S-3).
1 2 3 4 5 6 7 8 9 | ## Loading of a dataset in .ped format with alphabetical alleles (A,C,G,T)
example1 <- file.path(find.package("alleHap"), "examples", "example1.ped")
example1Alls <- alleLoader(example1)
head(example1Alls)
## Loading of a dataset in .ped format with numerical alleles
example2 <- file.path(find.package("alleHap"), "examples", "example2.ped")
example2Alls <- alleLoader(example2)
head(example2Alls)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.