Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
6 changes: 4 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Package: GeoDiff
Type: Package
Title: Count model based differential expression and normalization on GeoMx RNA data
Version: 1.1.2
Version: 1.1.3
Authors@R: c(person("Nicole", "Ortogero", email = "nortogero@nanostring.com", role = c("cre")),
person("Lei", "Yang", email = "lyang@nanostring.com", role = c("aut")),
person("Zhi", "Yang", email = "zyang@nanostring.com", role = c("aut")))
person("Zhi", "Yang", email = "zyang@nanostring.com", role = c("aut")),
person("Ned", "Booker", email = "ned@procogia.com", role = c("aut")))
Description: A series of statistical models using count generating distributions
for background modelling, feature and sample QC, normalization and differential
expression analysis on GeoMx RNA data. The application of these methods are
Expand All @@ -15,6 +16,7 @@ Imports:
plyr,
lme4,
Rcpp (>= 1.0.4.6),
Rfast,
withr,
methods,
graphics,
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ Revisions

* transfer maintainership

# GeoDiff 1.1.3

* implement code optimizations (mostly RFast and matrix methods) to speed up execution (NBth.R, NBthDE.R, PoisBG.R, PoisthNorm.R, ScoreTest.R). Added error handling, improved matrix methods, accelerated code for NBthDEOptPara.cpp Rcpp code.
Binary file added R/.DS_Store
Binary file not shown.
Loading