Skip to content

Commit

Permalink
fix: import microC as coolfile
Browse files Browse the repository at this point in the history
  • Loading branch information
js2264 committed Nov 15, 2023
1 parent 3835c04 commit ae3973b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/pages/topological-features.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ interactions within `chr17`, binned at `5000`, `100000` and `250000` bp.
```{r}
library(HiCExperiment)
library(HiContactsData)
cf <- HiContactsData('microC', 'mcool')
cf <- CoolFile(HiContactsData('microC', 'mcool'))
microC <- import(cf, resolution = 250000)
microC
Expand Down

0 comments on commit ae3973b

Please sign in to comment.