Skip to content
/ stgeomx Public

spatial transcriptomics using nanostring geomx dsp

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

mkiyer/stgeomx

Repository files navigation

stgeomx

CRAN status R-CMD-check

The stgeomx package should be used to assist in the processing and analysis of Nanostring Geomx RNA data. It has a novel background correction function (qq) and a quantile normalization method that correct for background noise in data generated by GeoMx. This package can be used to load GeoMx data from xslx or tsv files, merge datasets together, visualize the quality of the data then set thresholds to filter out probes or ROIs, and apply the package’s background correction and normalization to the data. See our manuscript for more information about the package and see our vignette for step-by-step instructions on how to use the package.

Installation

You can install and load the development version of stgeomx from CRAN with:

install.packages("path/to/your/package", repos = NULL, type = "source")
#> Warning in install.packages("path/to/your/package", repos = NULL, type =
#> "source"): installation of package 'path/to/your/package' had non-zero exit
#> status
library("stgeomx")

You can install and load the development version of stgeomx from GitHub with:

# install.packages("devtools")
# devtools::install_github("mkiyer/stgeomx")

About

spatial transcriptomics using nanostring geomx dsp

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published