Skip to content

Commit

Permalink
Update projectR.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalaganas committed Feb 21, 2024
1 parent 9ac5225 commit 713c55b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/projectR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ cowplot::plot_grid(pl1, pl2, pl3, align = "h", rel_widths = c(1,.4, 1), ncol = 3
```
## pdVolcano
##pdVolcano

### Input
The arguments for pdVolcano are:
Expand Down Expand Up @@ -575,7 +575,7 @@ microglial_EnrichmentPlot
```
## multivariateAnalysisR
##multivariateAnalysisR

This function performs multivariate analysis on different clusters within a dataset, which in this case is restricted to Seurat Object. Clusters are identified as those satisfying the conditions specified in their corresponding dictionaries. `multivariateAnalysisR` performs two tests: Analysis of Variance (ANOVA) and Confidence Interval (CI) evaluations. ANOVA is performed to understand the general differentiation between clusters through the lens of a specified pattern. CI is to visualize pair-wise differential expressions between two clusters for each pattern. Researchers can visually understand both the macroscopic and microscopic differential uses of each pattern across different clusters through this function.

Expand Down

0 comments on commit 713c55b

Please sign in to comment.