checkPeaked {CAGEfightR} | R Documentation |
Checks whether a supplied set of cluster have valid peaks: Whether the thick column contains IRanges all contained within the main ranges.
checkPeaked(object)
object |
GRanges or GPos: Clusters with peaks to be checked. |
TRUE if object is correct format, otherwise an error is thrown
Other Checking functions:
checkPooled()
data(exampleUnidirectional) checkPeaked(rowRanges(exampleUnidirectional))