View source: R/calc-lod-peaks-for-annot.R
calc_lod_peaks_for_annot | R Documentation |
Get all the peaks for an id.
calc_lod_peaks_for_annot(
dataset,
id,
threshold = 6,
peakdrop = 2,
thresholdX = 6,
peakdropX = 2,
n_cores = 0,
calc_diff = FALSE
)
dataset |
the dataset object |
id |
the unique id in the dataset |
threshold |
if set, qtl2::find_peaks is used |
peakdrop |
if set, qtl2::find_peaks is used |
thresholdX |
if set, qtl2::find_peaks is used |
peakdropX |
if set, qtl2::find_peaks is used |
n_cores |
number of cores to use (0=ALL) |
calc_diff |
compute the difference between additive and covariate |
a tibble of the peaks.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.