-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #71 from NIDAP-Community/dev
Dev
- Loading branch information
Showing
61 changed files
with
462 additions
and
3,077,837 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,20 @@ | ||
Package: DSPWorkflow | ||
Title: What the Package Does (One Line, Title Case) | ||
Version: 1.0.0.0 | ||
Authors@R: | ||
person("First", "Last", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "YOUR-ORCID-ID")) | ||
Description: The DSP Workflow addresses a growing need to streamline the analysis of Spatial Transcriptomics data produced from Digital Spatial Profiling Technology (NanoString). It can be run in a docker container, and for biologists, in user-friendly web-based interactive notebooks (NIDAP, Palantir Foundry). | ||
Title: A Workflow for Analyzing Digital Spatial Profiling RNA Data | ||
Version: 0.9.2.0 | ||
Authors@R: c(person("Rui", "He", email = "[email protected]", role = "aut"), | ||
person("Maggie", "Cam", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0001-8190-9766")), | ||
person("Ned", "Cauley", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8968-6621")), | ||
person("Jing", "Bian", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0001-7109-716X")), | ||
person("Difei", "Wang", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0003-4088-3859")), | ||
person("Chad", "Highfill", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0003-0046-3593"))) | ||
Description: A set of functions for analyzing RNA data from the spatial | ||
transcriptomics approach Digital Spatial Profiling (Nanostring). The user | ||
provides read count data and annotations, and the package outputs | ||
normalized differential expression of genes and further visualizations and | ||
analysis based on user input. It can be run in a docker container and in | ||
user-friendly web-based interactive notebooks (NIDAP, Palantir Foundry). | ||
URL: https://github.com/NIDAP-Community/DSPWorkflow | ||
BugReports: https://github.com/NIDAP-Community/DSPWorkflow/issues | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
|
@@ -14,7 +24,6 @@ Suggests: | |
Depends: | ||
R (>= 3.6) | ||
Imports: | ||
backports (>= 1.4.1), | ||
Biobase (>= 2.54.0), | ||
BiocGenerics (>= 0.40.0), | ||
cowplot (>= 1.1.1), | ||
|
@@ -23,21 +32,20 @@ Imports: | |
ggforce (>= 0.3.4), | ||
ggplot2 (>= 3.3.6), | ||
gridExtra (>= 2.3), | ||
grid (>= 4.1.3), | ||
gtable (>= 0.3.0), | ||
knitr (>= 1.40), | ||
NanoStringNCTools (>= 1.2.0), | ||
patchwork (>= 1.1.2), | ||
reshape2 (>= 1.4.4), | ||
Rmpfr (>= 0.8-9), | ||
Rtsne (>= 0.16), | ||
scales (>= 1.2.1), | ||
stats (>= 4.1.3), | ||
SpatialDecon (>= 1.4.3), | ||
tibble (>= 3.1.8), | ||
tidyr (>= 1.2.1), | ||
tidyverse (>= 1.3.2), | ||
umap (>= 0.2.9.0), | ||
pheatmap (>= 1.0.12), | ||
stringr, | ||
magrittr | ||
magrittr (>= 2.0.3), | ||
ComplexHeatmap (>= 2.10.0) | ||
Config/testthat/edition: 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.