https://github.com/bodenmillergroup/cytomapper_publication
See static website at https://bodenmillergroup.github.io/cytomapper_publication/
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
-
✓DOI references
Found 11 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.1%) to scientific vocabulary
Repository
See static website at https://bodenmillergroup.github.io/cytomapper_publication/
Basic Info
Statistics
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
- Releases: 2
Metadata Files
README.md
Cytomapper paper
The scripts contained in this repository serve the purpose of testing, validating and publishing the cytomapper package.
Setting up the environment
For reproducibility purposes, we use Docker and workflowr to organize the scripts and the computational environment. Please follow these steps to set-up and run the analysis presented in this repository:
- Install Docker
- Pull the docker image
docker pull nilseling/bioconductor_cytomapper:0.0.3
- Run the docker image
docker run -e PASSWORD=bioc -p 8787:8787 nilseling/bioconductor_cytomapper:0.0.3
Here, the set PASSWORD is bioc. This will be used to login to RStudio later.
- Open a browser window at
http://localhost:8787/ - Sign in to RStudio using
Username: rstudioandPassword: bioc
You have now a running instance of all the software needed to reproduce the analysis.
Running the code
The following steps will guide you through running the analsysis:
- Within RStudio, navigate to
cytmapper_publication - By clicking
cytomapper_publication.Rproj, open the correct R project - Navigate to
analysisand run the scripts in the provided order
Further instructions can be found in the individual scripts.
Installing cytomapper
The cytomapper version for the Bioinformatics publication can be installed via:
r
install.packages(c("devtools", "workflowr", "tidyverse"))
devtools::install_github("BodenmillerGroup/cytomapper@v1.2.0")
The cytomapper version used for the bioRxiv submission can be installed via:
r
install.packages(c("devtools", "workflowr", "tidyverse"))
devtools::install_github("BodenmillerGroup/cytomapper@v1.1.2")
The Bioconductor release version of cytomapper can be obtained from Bioconductor.
The following code will also install additional packages needed to perform the analysis.
```r if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install(c("cytomapper", "workflowr", "tidyverse")) ```
The Bioconductor development version of cytomapper can be installed via:
```r if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install(version = "devel", update = TRUE, ask = FALSE)
BiocManager::install(c("cytomapper", "workflowr", "tidyverse")) ```
Data
The example dataset has been published in: https://www.cell.com/cell-metabolism/fulltext/S1550-4131(18)30691-0
The dataset is available for download from Mendeley Data: http://dx.doi.org/10.17632/cydmwsfztj.2
Specifically, the following files are used in the current analysis:
- CellSubset: Single cell data for a subset of 100 images from the original publication.
- ImageSubset: Image stacks for a subset of 100 images from the original publication.
- Masks: Cell masks as TIFF files.
- Image: Image metadata.
- CellTypes: Cell type information.
- Donors: Pancreas donors metadata.
- Panel: Antibody panel.
- ChannelMass: File used to match channels (stack slices) and metals (antibodies).
For more information, please refer to the data folder.
Furthermore, the presented data has been deposited on ExperimentHub an can be accessed using the imcdatasets package.
More details can be found in the 03-DataAccess script.
Citation
Please cite cytomapper as:
Nils Eling, Nicolas Damond, Tobias Hoch, Bernd Bodenmiller (2020). cytomapper: an R/Bioconductor package for visualisation of highly
multiplexed imaging data. Bioinformatics, https://doi.org/10.1093/bioinformatics/btaa1061
Owner
- Name: BodenmillerGroup
- Login: BodenmillerGroup
- Kind: organization
- Repositories: 83
- Profile: https://github.com/BodenmillerGroup
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 2
- Total pull requests: 0
- Average time to close issues: about 1 month
- Average time to close pull requests: N/A
- Total issue authors: 2
- Total pull request authors: 0
- Average comments per issue: 6.5
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- rachel662 (1)
- KaWingLee9 (1)