Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : ebd3697
Branch  : main
Author  : Naupaka Zimmerman <naupaka@gmail.com>
Time    : 2023-10-11 15:32:47 +0000
Message : Merge pull request #235 from ggrimes/patch-3

Update 06-data-visualization.Rmd
  • Loading branch information
actions-user committed Oct 11, 2023
1 parent 37c322b commit cb6df83
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 06-data-visualization.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ Notice that we can change the geom layer and colors will be still determined by

```r
ggplot(data = variants, aes(x = POS, y = DP, color = sample_id)) +
geom_point(alpha = 0.5)
geom_line(alpha = 0.5)
```

<img src="fig/06-data-visualization-rendered-color-by-sample-2-1.png" style="display: block; margin: auto;" />
Expand Down
Binary file modified depth.pdf
Binary file not shown.
Binary file modified fig/06-data-visualization-rendered-color-by-sample-2-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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" "93e10006f4236e71c44c29d37d7c4a25" "site/built/06-data-visualization.md" "2023-10-11"
"episodes/06-data-visualization.Rmd" "d17499bf239ee3eb1a3cfbb956269d32" "site/built/06-data-visualization.md" "2023-10-11"
"episodes/07-r-help.Rmd" "1a7610b0efbaebfdd03ff4540125a790" "site/built/07-r-help.md" "2023-10-11"
"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 cb6df83

Please sign in to comment.