Thanks to visit codestin.com
Credit goes to code.bioconductor.org

Name Mode Size
..
GeoDiff.h 100644 0 kb
Makevars 100644 1 kb
Makevars.win 100644 1 kb
NBthDEOptPara.cpp 100644 7 kb
NBthmDEGrad.cpp 100644 3 kb
NBthmDEMH.cpp 100644 4 kb
NBthmDEOptPara.cpp 100644 5 kb
NBthmDEOptU.cpp 100644 3 kb
PoisthNormOptPara.cpp 100644 7 kb
RcppExports.cpp 100644 14 kb
dnbinom_mu_vec.cpp 100644 0 kb
README.md
# GeoDiff ## Overview We present GeoDiff, an R package for count generating models for analyzing Geomx RNA data, demonstrated by example data analysis pipeline vignette. The package provides a series of statistical models using count generating distributions for fundamental tasks including background modelling, target and sample QC, normalization and differential expression analysis. The new methods are shown to be more suitable for these tasks in real examples than some conventional methods. It contains the definition of the NanoStringGeoMxSet class which inherits from Biobase’s ExpressionSet class and NanoStringRCCSet class. ## Installation ### Install the development version from GitHub ``` r install.packages("devtools") library("devtools") devtools::install_github("Nanostring-Biostats/GeoDiff", ref = "dev") ``` ## License This project is licensed under the [MIT license](LICENSE).