Skip to content

Retrieve index sorted data and visually explore .fcs data files.

License

Notifications You must be signed in to change notification settings

Kawameicha/indexSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travis build status

indexSort

Overview

This package contains functions to retrieve index sorted data and visually explore .fcs data files from various cell sorters.

Installation

You can install the development version from GitHub with devtools:

install.packages("devtools")
devtools::install_github("Kawameicha/indexSort")

Features

  • Retrieve index sorted data with retrieve_index() currently supported for:
    • BD FACSAriaIIITM
    • BD FACSAria FusionTM
    • BD FACSymphony S6TM
    • BD InfluxTM
    • BD FACSJazzTM
    • MoFlo AstriosTM
  • Display median fluorescence and number of cells per well with explore_plate().

Usage

library(tidyverse)
library(flowCore)
library(indexSort)

inputFCS <- read.FCS("~/path/to/file.fcs")
result <- retrieve_index(inputFCS)
explore_plate(result, vars = c("APC.A", "FITC.A", "Pacific.Blue.A", "Time"))

Community Guidelines

This project is released with a Code of Conduct. By participating in this project you agree to abide by its terms. Feedback, bug reports (and fixes!), and feature requests are welcome; file issues or seek support here.

License

Apache 2.0 © Christoph Freier

About

Retrieve index sorted data and visually explore .fcs data files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages