https://github.com/ivanek/autospill
R package: AutoSpill algorithm for calculating spillover coefficients to compensate or unmix high-parameter flow cytometry data
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 3 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.7%) to scientific vocabulary
Last synced: 5 months ago
·
JSON representation
Repository
R package: AutoSpill algorithm for calculating spillover coefficients to compensate or unmix high-parameter flow cytometry data
Basic Info
- Host: GitHub
- Owner: ivanek
- License: other
- Language: R
- Default Branch: master
- Size: 43.9 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of carlosproca/autospill
Created almost 4 years ago
· Last pushed over 2 years ago
https://github.com/ivanek/autospill/blob/master/
# autospill The **`autospill`** package implements the AutoSpill algorithm for calculating spillover coefficients, used to compensate or unmix flow cytometry data. For more details, please see: Roca *et al*: AutoSpill: A method for calculating spillover coefficients to compensate or unmix high-parameter flow cytometry data. *bioRxiv* 2020.06.29.177196; [doi:10.1101/2020.06.29.177196](https://doi.org/10.1101/2020.06.29.177196) \(2020\). ## Installation To install **`autospill`** from this GitHub repository, use the function `install_github` in the [devtools](https://cran.r-project.org/package=devtools) package. ```R library( devtools ) install_github( "carlosproca/autospill" ) ``` ## Help You can use the standard help in R. ```R library( autospill ) ? get.marker.spillover ? refine.spillover ``` ## Examples Please see the example scripts in the `batch` folder after installing the package. The scripts `calculate_compensation_paper.r` and `calculate_compensation_paper.sh` can be used to reproduce the results of AutoSpill for single-color controls appearing in the paper above. For this, you will need to download the datasets (FCS files and auxiliary `fcs_control.csv` files) from FlowRepository: | Experiment | ID | Primary Researcher | |------------|----|--------------------| | [MM1 dataset](https://flowrepository.org/id/FR-FCM-Z2SS) | FR-FCM-Z2SS | Carlos Roca | | [HS1 & HS2 datasets](https://flowrepository.org/id/FR-FCM-Z2ST) | FR-FCM-Z2ST | Carlos Roca | | [Be1 dataset](https://flowrepository.org/id/FR-FCM-Z2SV) | FR-FCM-Z2SV | Carlos Roca | The scripts `calculate_compensation_website.r` and `calculate_compensation_website.sh` can be used to reproduce the results obtained at the [AutoSpill website](https://autospill.vib.be).
Owner
- Name: Robert Ivánek
- Login: ivanek
- Kind: user
- Location: Basel, Switzerland
- Company: University of Basel
- Website: https://biomedizin.unibas.ch/en/core-facilities/bioinformatics/
- Repositories: 2
- Profile: https://github.com/ivanek