View source: R/functions_signal_operations.R
findMaxPos | R Documentation |
findMaxPos
findMaxPos(prof_dt, qgr, x_ = "x", y_ = "y", by_ = "id", width = 1)
prof_dt |
a GRanges or data.table as returned by ssvFetch*. |
qgr |
the GRanges used to query ssvFetch* as the qgr argument. |
x_ |
positional variable. Should almost always be the default, "x". |
y_ |
the signal value variable. Likely the default value of "y" but could be "y_norm" if append_ynorm was applied to data. |
by_ |
region identifier variable. Should almost always be the default, "id". |
width |
Desired width of final regions. Default is 1. |
data.table of relative x position from center per id
data(CTCF_in_10a_overlaps_gr)
data(CTCF_in_10a_profiles_gr)
data(CTCF_in_10a_profiles_dt)
findMaxPos(CTCF_in_10a_profiles_dt, CTCF_in_10a_overlaps_gr)
findMaxPos(CTCF_in_10a_profiles_gr, CTCF_in_10a_overlaps_gr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.