Skip to content

GeoDiff, an R package for count generating models for analyzing Geomx RNA data. Note that this version of the package is still under development, undergoing submission process to Bioconductor 3.14 release and still needs to complete NanoString internal verification process.

License

Notifications You must be signed in to change notification settings

dan11mcguire/GeoDiff

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

install.packages("devtools")
library("devtools")
devtools::install_github("Nanostring-Biostats/GeoDiff", ref = "dev")

License

This project is licensed under the MIT license.

About

GeoDiff, an R package for count generating models for analyzing Geomx RNA data. Note that this version of the package is still under development, undergoing submission process to Bioconductor 3.14 release and still needs to complete NanoString internal verification process.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 85.6%
  • C++ 14.4%