ocampo2 | R Documentation |
Get ocampo parameters per instance (Tamas version using ccv)
ocampo2(coverage = coverage, references = reference, beforeRef = 200,
afterRef = 1000, smoothingWindow = 100, spacing.low = 130,
spacing.high = 220, shift.low = -70, shift.high = 70, mc.cores = 2,
sigma_scaled = FALSE)
coverage |
a coverage object ( |
references |
reference regions data frame with columns (chr, start, end, strand). rownames will serve as id for output table |
beforeRef |
bps before reference to take for shift estimation |
afterRef |
bps after reference to take for shift estimation |
smoothingWindow |
size of the smoothing window. |
spacing.low |
minimum spacing allowed |
spacing.high |
maximum spacing allowed |
shift.low |
minimum shift allowed |
shift.high |
maximum shift allowed |
sigma_scaled |
scaling sigma for array model (recommended). Default FALSE |
spacing.high |
maximum spacing allowed |
a data frame with columns r (correlation), space, and shift for each reference provided
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.