Description Usage Arguments Details Value Examples
Read the nonparametric.tbl
file output by MERLIN
1 | read_merlin_npartbl(fname, verbose = TRUE)
|
fname |
The file name to read. |
verbose |
Display warning message for chr23. |
The fam_nonparametric.tbl
file contains two rows at the
beginning of each 'all' and/or 'pairs' subtable, which
indicate the maximum possible scores for the specific dataset.
These rows are ignored by using the comment.char = "n"
option in read.table
, which works since only these rows
contain an 'n' character. This is a bit hacky, but it should always work.
A data.frame
with the columns chr, pos, analysis, lod and exlod.
1 | read_merlin_npartbl("merlin_13_famA-nonparametric.tbl")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.