Skip to content

Commit

Permalink
Update to kindey integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
escauley committed Aug 4, 2023
1 parent 4836eb2 commit 6ee3806
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions vignettes/Integration_Test_Kidney.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -295,14 +295,13 @@ qc.output <- qcProc(object = sdesign.list$object,

```{r Violin Plot, echo=TRUE}
genes <- c("CD274", "CD8A", "CD68", "EPCAM",
"KRT18", "NPHS1", "NPHS2", "CALB1", "CLDN8")
genes <- c("CLIC5","FYN")
violin.plot.test <- violinPlot(object = q3.normalization.output$object,
expr.type = "q_norm",
genes = genes,
group = "region",
facet.by = "segment")
group = "class",
facet.by = "region")
grid.arrange(violin.plot.test)
```
Expand Down

0 comments on commit 6ee3806

Please sign in to comment.