Skip to content

Commit 7b0467c

Browse files
committed
Deploying to gh-pages from @ 0217544 🚀
1 parent 16997aa commit 7b0467c

22 files changed

Lines changed: 6 additions & 6 deletions
47 Bytes
Loading
-190 Bytes
Loading
480 Bytes
Loading
-34 Bytes
Loading
1.09 KB
Loading
511 Bytes
Loading
1.18 KB
Loading
-528 Bytes
Loading

articles/visualization.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/visualization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,14 +229,14 @@ visualizations like rank abundance plots.
229229

230230
``` r
231231
visualize.target(dataImput, type = "violin", facet = TRUE,
232-
listName = "POLK_HUMAN", regexName = c("ZN840"))
232+
listName = "POLK_HUMAN", regexName = c("CHICK", "ZN840"))
233233
```
234234

235235
![](visualization_files/figure-html/unnamed-chunk-12-1.png)
236236

237237
``` r
238238
visualize.target(dataImput, type = "bar", facet = FALSE,
239-
listName = "POLK_HUMAN")
239+
listName = "POLK_HUMAN", regexName = c("CHICK", "ZN840"))
240240
```
241241

242242
![](visualization_files/figure-html/unnamed-chunk-12-2.png)

0 commit comments

Comments
 (0)