Skip to content

Commit

Permalink
fix: rm chr17.mcool from extdata, rely on HiContactsData instead
Browse files Browse the repository at this point in the history
  • Loading branch information
js2264 committed Nov 8, 2023
1 parent b13a7d3 commit 4f4b84d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
Binary file removed inst/extdata/chr17.mcool
Binary file not shown.
6 changes: 3 additions & 3 deletions inst/pages/topological-features.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ into active euchromatin (A compartments) and regulated heterochromatin

To investigate chromosome compartments, we will fetch a contact matrix generated
from a micro-C experiment (from @Krietenstein_2020). A subset of the genome-wide
dataset is provided in the `OHCA` package. It contains intra-chromosomal
dataset is provided in the `HiContactsData` package. It contains intra-chromosomal
interactions within `chr17`, binned at `5000`, `100000` and `250000` bp.

```{r}
library(HiCExperiment)
library(OHCA)
cf <- fs::path_package('OHCA', 'extdata', 'chr17.mcool')
library(HiContactsData)
cf <- HiContactsData('microC', 'mcool')
microC <- import(cf, resolution = 250000)
microC
Expand Down
4 changes: 0 additions & 4 deletions inst/scripts/make_extdata.sh

This file was deleted.

0 comments on commit 4f4b84d

Please sign in to comment.