
Last chance! 50% off unlimited learning
Sale ends in
name(GIObject)
anchorOne(GIObject)
anchorTwo(GIObject)
interactionCounts(GIObject)
annotationFeatures(GIObject)
"name"(GIObject)
"description"(object)
"anchorOne"(GIObject)
"anchorTwo"(GIObject)
"interactionCounts"(GIObject)
"annotationFeatures"(GIObject)
eSet-class
.
library(GenomicRanges)
anchor.one = GRanges(c("chr1", "chr1", "chr1", "chr1"), IRanges(c(10, 20, 30, 20), width=5))
anchor.two = GRanges(c("chr1", "chr1", "chr1", "chr2"), IRanges(c(100, 200, 300, 50), width=5))
interaction_counts = sample(1:10, 4)
test <- GenomicInteractions(anchor.one, anchor.two, counts=interaction_counts)
name(test)
description(test)
anchorOne(test)
anchorTwo(test)
interactionCounts(test)
Run the code above in your browser using DataLab