Description Format Value Source
A sparseHiCdatum object from the IMR90 replicate1
A small loops object
IMR90_1
1Mb with chr20-22
Shows alignment to hg19
A sparseHiCdatum
# IMR90_1 matrix.files <- paste(system.file("extdata", package = "processedHiCdata"), "HiC-Pro/hIMR90_Rep1/hIMR90_Rep1_1000000_iced.matrix", sep = "/") bed.files <- paste(system.file("extdata", package = "processedHiCdata"), "HiC-Pro/hIMR90_Rep1/hIMR90_Rep1_1000000_abs.bed", sep = "/") i1 <- import.HiCPro(matrix.files, bed.files, resolutions, sampleName = "IMR90_1", genomeBuild) IMR90datum1 <- getChromosome(i1, c("chr20", "chr21", "chr22"), FALSE) saveRDS(IMR90datum1, "inst/rds/IMR90datum1.rds")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.