Description Usage Arguments Details Value Examples
Returns an S3 object of class partbl
which is basically
a compact version of MERLIN's fam_parametric.tbl
files.
1 | partbl(fname)
|
fname |
Character vector containing the |
MERLIN's --tabulate
option is used to output convenient tables
summarising linkage analysis results in two files per chromosome:
chrA_parametric.tbl
and chrA_nonparametric.tbl
.
The parametric.tbl
file will be output if MERLIN is run with
the option --model genetic_model.txt
.
This uses the genetic model specified in the input file to calculate three
statistics: a multipoint parametric LOD score ('lod' column),
an estimate of the proportion of linked families at a given locus
('alpha' column), and the corresponding maximum heterogeneity LOD
score ('hlod' column).
For more information, see MERLIN's website:
http://csg.sph.umich.edu/abecasis/merlin/index.html
S3 object of class partbl
, which is a list with:
partbl: data.frame with 6 columns (chr, pos, model, lod, alpha, hlod)
max_lods: data.frame with 3 columns (chr, max_lod, max_hlod)
n_markers: data.frame with 2 columns (chr, n)
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.