The Bioconductor landing page is https://bioconductor.org/packages/scDD. To install, make sure you have the current version of Bioconductor, and use the following commands:
install.packages("BiocManager")
BiocManager::install("scDD")
For examples and tips on using the package, please see the vignette PDF here which you can alternatively bring up by typing
browseVignettes("scDD")
after installing and loading the package into R.
Please send bug reports and feature requests by sending a message to Bioconductor Support at https://support.bioconductor.org or by opening a new issue on this page
Please cite the following publication if you use scDD in your work:
Korthauer KD, Chu LF, Newton MA, Li Y, Thomson J, Stewart R, Kendziorski C. A statistical approach for identifying differential distributions in single-cell RNA-seq experiments. Genome Biology. 2016 Oct 25;17(1):222. https://genomebiology.biomedcentral.com/articles/10.1186/s13059-016-1077-y
You can obtain this citation within R by typing
citation("scDD")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.