Skip to content

Commit

Permalink
remove warning messages
Browse files Browse the repository at this point in the history
  • Loading branch information
js2264 committed Apr 4, 2023
1 parent a775716 commit 60d5655
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion OHCA.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
/* Put a border around session info print ------------------------------------------------ */

#session-info code, p+ pre code {
border: 1px solid black
// border: 1px solid black
}

/* Code colors ------------------------------------------------------------------------- */
Expand Down
4 changes: 0 additions & 4 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ starts with key concepts important for the analysis of chromatin conformation ca
presents `Bioconductor` tools that can be leveraged to process, analyze, explore and visualize
Hi-C data.

::: {.callout-caution}
This project is currently under active development. Several sections of this book may not be accurate, as the packages introduced in this book are still maturing.
:::

::: {.content-hidden when-format="pdf"}

# Table of contents {-}
Expand Down
9 changes: 2 additions & 7 deletions topological-features.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ bibliography: bibliography.bib

# Finding topological features in Hi-C

::: {.callout-warning}
## Page under construction
A number of sections in this page still need to be completed.
:::

```{r}
#| echo: false
#| results: "hide"
Expand Down Expand Up @@ -108,6 +103,7 @@ file), the `export` function can be used:

```{r}
library(GenomicRanges)
library(rtracklayer)
coverage(metadata(microC_compts)$eigens, weight = 'eigen') |> export('microC_eigen.bw')
topologicalFeatures(microC_compts, "compartments") |> export('microC_compartments.gff3')
```
Expand Down Expand Up @@ -155,8 +151,7 @@ pairwise eigenvector quantiles and plotted in a 2D heatmap.

```{r}
library(BiocParallel)
bpparam <- SerialParam(progressbar = FALSE)
plotSaddle(microC_compts, nbins = 25, BPPARAM = bpparam)
plotSaddle(microC_compts, nbins = 25, BPPARAM = SerialParam(progressbar = FALSE))
```

Here, the top-left small corner represents average O/E scores between strong B
Expand Down

0 comments on commit 60d5655

Please sign in to comment.