Skip to content

Commit

Permalink
css: improve sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
js2264 committed Jun 4, 2023
1 parent 65a6890 commit 63c46ce
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 5 additions & 1 deletion OHCA.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,12 @@ div.sidebar-item-container .active, div.sidebar-item-container .show>.nav-link,
font-weight: 800;
}

/* right navbar ------------------------------------------------------ */
#quarto-sidebar {
transition: width .15s ease-in;
padding: 14px 10%;
}

/* right navbar ------------------------------------------------------ */

.sidebar nav[role=doc-toc] ul>li>a.active, .sidebar nav[role=doc-toc] ul>li>ul>li>a.active {
// border-left: 4px solid #480f1f;
Expand Down
4 changes: 2 additions & 2 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ reference-section-title: References
bibliography: bibliography.bib
---

# Welcome {-}

```{r}
#| echo: false
source("_common.R")
.gh_url <- file.path('https://github.com', rmarkdown::metadata[['github-repo']])
```

# Welcome {-}

This is the landing page of the **"Orchestrating Hi-C analysis with Bioconductor"**
book. **The primary aim of this book is to introduce the `R` user to Hi-C analysis**. This
book starts with key concepts important for the analysis of chromatin conformation capture and then
Expand Down
4 changes: 3 additions & 1 deletion interoperability.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ library(HiCExperiment)
library(HiContactsData)
library(hicrep)
library(multiHiCcompare)
library(dplyr)
library(tidyr)
coolf_wt <- HiContactsData('yeast_wt', 'mcool')
coolf_eco1 <- HiContactsData('yeast_eco1', 'mcool')
Expand Down Expand Up @@ -215,7 +217,7 @@ is also already taken care of, when working with Hi-C matrices in modern formats
:::

Based on these facts, we can simplify the binomial test function provided by
`GOTHiC` so that it can directly used binned interactions imported as a
`GOTHiC` so that it can directly used binned interactions imported as a
`HiCExperiment` object in `R`.

```{r}
Expand Down

0 comments on commit 63c46ce

Please sign in to comment.