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