Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiolauria committed Jan 4, 2024
1 parent 30256df commit 3393f23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
with:
extra-packages: rcmdcheck
- uses: r-lib/actions/check-r-package@v2
with:
error-on: '"error"'

- name: Set up R ${{ matrix.config.r }}
uses: r-lib/actions/setup-r@v2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ Multiple samples and replicates can be handled and visualized according to diffe
example_length_dist[["plot_Samp2"]]
<p align="center">
<img src="https://github.com/LabTranslationalArchitectomics/riboWaltz/blob/master/vignettes/example_length_dist_1_1.png" width="300" />
src="https://github.com/LabTranslationalArchitectomics/riboWaltz/blob/master/vignettes/example_length_dist_1_2.png" width="300" />
<img src="https://github.com/LabTranslationalArchitectomics/riboWaltz/blob/master/vignettes/example_length_dist_1_2.png" width="300" />
</p>

* According to *plot_style = "facet"* the two distributions are arranged in two independent boxes.
Expand Down Expand Up @@ -549,7 +549,7 @@ Multiple samples and replicates can be handled and visualized according to diffe
example_length_dist[["plot_S2"]]
<p align="center">
<img src="https://github.com/LabTranslationalArchitectomics/riboWaltz/blob/master/vignettes/example_length_dist_rep2_1_1.png" width="300" />
src="https://github.com/LabTranslationalArchitectomics/riboWaltz/blob/master/vignettes/example_length_dist_rep2_1_2.png" width="300" />
<img src="https://github.com/LabTranslationalArchitectomics/riboWaltz/blob/master/vignettes/example_length_dist_rep2_1_2.png" width="300" />
</p>

* Three samples, two with multiple replicates and one with no replicates, *plot_style = "dodge"*.
Expand Down

0 comments on commit 3393f23

Please sign in to comment.