Description Usage Arguments Details Value See Also Examples
Functions to read in and summarise MangrovePed objects
1 2 3 4 5 6 7 8 |
prefix |
The prefix for the file locations of a pair pedigree and map files, such as produced by the program |
x |
An object of class |
object |
An object of class |
... |
Arguments to be passed on to other methods. |
A MangrovePed object holds genotypes and family relationships for a number of individuals. You can read in such data from a Plink pedigree file using readPed
.
You can show the raw pedigree data using the print
method and get summary information (such as number of samples, cases and variants) using the summary
method. The plot
function produces an error.
For readPed
, an object of class MangrovePed
. For methods, nothing is returned.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.