Skip to content

carlosproca/autospill

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 (2020).

Installation

To install autospill from this GitHub repository, use the function install_github in the devtools package.

library( devtools )

install_github( "carlosproca/autospill" )

Help

You can use the standard help in 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: MM1 dataset, HS1 & HS2 datasets, and Be1 dataset.

The scripts calculate_compensation_website.r and calculate_compensation_website.sh can be used to reproduce the results obtained at the AutoSpill website.

About

R package: AutoSpill algorithm for calculating spillover coefficients to compensate or unmix high-parameter flow cytometry data

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published