checkPooled {CAGEfightR} | R Documentation |
Checks whether a supplied pooled signal is valid: Single bp disjoint with signal in the score column with supplied genome information.
checkPooled(object)
object |
GRanges or GPos: Pooled signal to be checked |
TRUE if object is correct format, otherwise an error is thrown
Other Checking functions:
checkPeaked()
data(exampleCTSSs) checkPooled(rowRanges(exampleCTSSs))