Description Format Value Source
A sparseHiCdatum object from the ESC replicate 2
A small loops object
hESC2
1Mb with chr20-22
Shows alignment to hg19
A sparseHiCdatum
# hESC2 matrix.files <- paste(system.file("extdata", package = "processedHiCdata"), "HiC-Pro/hESC_Rep2/hESC_Rep2_1000000_iced.matrix", sep = "/") bed.files <- paste(system.file("extdata", package = "processedHiCdata"), "HiC-Pro/hESC_Rep2/hESC_Rep2_1000000_abs.bed", sep = "/") e2 <- import.HiCPro(matrix.files, bed.files, resolutions, sampleName = "hESC1", genomeBuild) hESCdatum2 <- getChromosome(e2, c("chr20", "chr21", "chr22"), FALSE) saveRDS(hESCdatum2, "inst/rds/hESCdatum2.rds")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.