Description Usage Arguments Details Value Examples
Given a data.frame d
with 'position' and 'value' columns
output those contiguous regions where 'value' > t
.
1 |
d |
An object of class |
t |
A length-one numeric vector specifying the threshold to be used. |
valcol |
A length-one character vector giving the name of the column in
|
annot |
A data.frame with chr, cm and bp columns. |
For objects of class partbl
, link{npartbl}
,
link{famlod}
or link{fampar}
, the main data frame
containing the LOD scores per marker is used.
A data.frame where each row contains summary information
about contiguous regions in d
where 'value' >= t
.
If no regions achieve the specified
t
, returns NULL.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.