Skip to content

Commit

Permalink
resize plot
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkorthauer committed Jan 16, 2024
1 parent c5b9ec4 commit c30f0a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lect03-eda/lect03-eda.html
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ <h2>Examining the metadata more globally</h2>
<div class="columns">
<div class="column" style="width:30%;">
<ul>
<li><p>Sex is not that well balanced; all but one of the adults is male</p></li>
<li><p>Sex is not that well balanced</p></li>
<li><p>There is a batch confound: The stages were run in different batches (except 17.5 was split in two)</p></li>
<li><p>Mapped reads varies with the batches (SeqRun)</p></li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions lect03-eda/lect03-eda.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ ggpairs(d[sample(nrow(d), n),6:11],

::: columns
::: {.column width="30%"}
- Sex is not that well balanced; all but one of the adults is male
- Sex is not that well balanced

- There is a batch confound: The stages were run in different batches (except 17.5 was split in two)

Expand All @@ -743,7 +743,7 @@ ggpairs(d[sample(nrow(d), n),6:11],
```{r}
#| echo: FALSE
#| fig.width: 12
#| fig.height: 7
#| fig.height: 9
#| message: FALSE
m %>% select(-Number, -Sample) %>%
mutate(DPC = as.factor(DPC)) %>%
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c30f0a0

Please sign in to comment.