Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : a43fc69
Branch  : main
Author  : Naupaka Zimmerman <[email protected]>
Time    : 2023-10-11 15:30:08 +0000
Message : Merge pull request #231 from ytakemon/ggplot2_updates

updates for ggplot2 lesson
  • Loading branch information
actions-user committed Oct 11, 2023
1 parent 03a08c5 commit 936b1b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 06-data-visualization.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ ggplot(data = variants, aes(x = POS, y = MQ, color = sample_id)) +
geom_point() +
labs(x = "Base Pair Position",
y = "Mapping Quality (MQ)") +
facet_grid(. ~ sample_id)
facet_grid(~ sample_id)
```

<img src="fig/06-data-visualization-rendered-first-facet-1.png" style="display: block; margin: auto;" />
Expand Down Expand Up @@ -517,7 +517,7 @@ for inspiration. Here are some ideas:

- See if you can change the size or shape of the plotting symbol.
- Can you find a way to change the name of the legend? What about its labels?
- Try using a different color palette (see the [Cookbook for R](https://www.cookbook-r.com/Graphs/Colors_\(ggplot2\)/).
- Try using a different color palette (see the [Cookbook for R](https://www.cookbook-r.com/Graphs/Colors_\(ggplot2\)/)).


::::::::::::::::::::::::::::::::::::::::::::::::::
Expand Down
Binary file modified depth.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"episodes/03-basics-factors-dataframes.Rmd" "1e9fafb7ff3365395cd21c3f22bdc9e6" "site/built/03-basics-factors-dataframes.md" "2023-09-13"
"episodes/04-bioconductor-vcfr.Rmd" "10eb69b4697d7ecb9695d36c0d974208" "site/built/04-bioconductor-vcfr.md" "2023-09-13"
"episodes/05-dplyr.Rmd" "9a61d50db32811586949e7227f3c03a6" "site/built/05-dplyr.md" "2023-10-11"
"episodes/06-data-visualization.Rmd" "d401da790d5aa5d7855be7958be2dd7f" "site/built/06-data-visualization.md" "2023-09-13"
"episodes/06-data-visualization.Rmd" "93e10006f4236e71c44c29d37d7c4a25" "site/built/06-data-visualization.md" "2023-10-11"
"episodes/07-r-help.Rmd" "5e97b3a6c240ad84ebbae31a1c68944f" "site/built/07-r-help.md" "2023-09-13"
"instructors/instructor-notes.md" "78f6fe6109a0eb19a16ec6663941da7f" "site/built/instructor-notes.md" "2023-09-13"
"learners/discuss.md" "522bcb192adf6702a2e3cb2f0d1412b5" "site/built/discuss.md" "2023-09-13"
Expand Down

0 comments on commit 936b1b3

Please sign in to comment.