makeGRangesOutput: Export a PICS object to GRanges

Description Usage Arguments Value See Also

View source: R/makeGRangesOutput.R

Description

Export a PICS object to GRanges

Usage

1
2
3
4
5
6
7
makeGRangesOutput(
  obj,
  type = "fixed",
  length = 100,
  filter = list(delta = c(0, Inf), se = c(0, Inf), sigmaSqF = c(0, Inf), sigmaSqR = c(0,
    Inf), score = c(0, Inf))
)

Arguments

obj

A PICS object. The output of the PICS function.

type

A character. One of "fixed", "bed", "ci" or "wig".

length

A numeric. The length of the region around the center (mu). Only used when type = "fixed.

filter

A list. Additional filtering options.

Value

A GRanges object.

See Also

PICS


PICS documentation built on Nov. 8, 2020, 8:21 p.m.