View source: R/f.create.missingness.matrix.R
f.create.missingness.matrix | R Documentation |
Help function that checks the family structure, based on IDs and provided data in .ped file, and then creates a matrix with families, where each indiv. has TRUE/FALSE value, depending on whether they have or not genetic data.
f.create.missingness.matrix(
data.in = stop("No data given!", call. = FALSE),
new.ids = stop("No IDs given", call. = FALSE)
)
data.in |
The data object (in format as the output of genDataRead); note that the design of the data is assumed to be triad. |
new.ids |
A list with pedIndex and ids, as generated by f.check.unique.ids. |
A matrix where each member of the family has TRUE or FALSE (whether they have any genetic data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.