| removeIntervals {HiTC} | R Documentation |
Remove primers intervals from HTCexp object
removeIntervals(x, ids)
x |
object that inherits from class |
ids |
character; vector of primers Ids to remove from the object |
A HTCexp object without the discarded intervals
N. Servant
data(Nora_5C)
## Remove intervals from a HTCexp object
removeIntervals(E14$chrXchrX, ids=c("5C_938_XIC-3_REV_2", "5C_938_XIC-3_REV_4"))