Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 3 committers (33.3%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.1%) to scientific vocabulary
Repository
A Shiny App For Visualizing Nanostring GeoMx DSP Data
Basic Info
- Host: GitHub
- Owner: kimsjune
- License: other
- Language: R
- Default Branch: devel
- Homepage: http://joonkim.ca/shinyDSP/
- Size: 50.6 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
shinyDSP
shinyDSP is a Shiny app that lets you interactively visualize Nanostring GeoMx data. Its outputs are highly customizable. It performs differential gene expression analysis and summarizes the results in tables and plots. Please refer to the vignette for details.
Installation
shinyDSP is available on Bioconductor and can be installed with the following:
```r if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install("shinyDSP")
To install the development version from Github:
if (!requireNamespace("devtools", quietly = TRUE)) install.packages("devtools")
devtools::install_github("kimsjune/shinyDSP") ```
Usage
r
library(shinyDSP)
app <- shinyDSP()
if (interactive()) shiny::runApp(app)
Owner
- Login: kimsjune
- Kind: user
- Repositories: 1
- Profile: https://github.com/kimsjune
GitHub Events
Total
- Watch event: 2
- Push event: 50
- Pull request event: 1
- Create event: 6
Last Year
- Watch event: 2
- Push event: 50
- Pull request event: 1
- Create event: 6
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| kimsjune | s****3@u****a | 72 |
| A Wokaty | a****y@s****u | 2 |
| Joon Kim | jk@M****n | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 1 minute
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 1 minute
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- kimsjune (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- bioconductor 1,620 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
bioconductor.org: shinyDSP
A Shiny App For Visualizing Nanostring GeoMx DSP Data
- Homepage: https://github.com/kimsjune/shinyDSP http://joonkim.ca/shinyDSP/
- Documentation: https://bioconductor.org/packages/release/bioc/vignettes/shinyDSP/inst/doc/shinyDSP.pdf
- License: MIT + file LICENSE
-
Latest release: 1.0.3
published 12 months ago
Rankings
Maintainers (1)
Dependencies
- R >= 4.5 depends
- AnnotationHub * imports
- BiocGenerics * imports
- ComplexHeatmap * imports
- DT * imports
- ExperimentHub * imports
- S4Vectors * imports
- SingleCellExperiment * imports
- SummarizedExperiment * imports
- bsicons * imports
- bslib * imports
- circlize * imports
- cowplot * imports
- dplyr * imports
- edgeR * imports
- ggplot2 * imports
- ggpubr * imports
- ggrepel * imports
- grDevices * imports
- grid * imports
- htmltools * imports
- limma * imports
- magrittr * imports
- pals * imports
- readr * imports
- scales * imports
- scater * imports
- shiny * imports
- shinyWidgets * imports
- shinycssloaders * imports
- shinyjs * imports
- shinyvalidate * imports
- standR * imports
- stats * imports
- stringr * imports
- tibble * imports
- tidyr * imports
- utils * imports
- withr * imports
- BiocStyle * suggests
- knitr * suggests
- rmarkdown * suggests
- shinytest2 * suggests
- spelling * suggests
- svglite * suggests
- testthat >= 3.0.0 suggests