DrCytometer / Simplified-flowcytoscript

A simplified, semi-automated high parameter workflow for people who don't know how to code. High dimensional flow cytometry analysis.
GNU General Public License v3.0
0 stars 0 forks source link

Simplified-flowcytoscript

A simplified, semi-automated high parameter workflow for people who don't know how to code. High dimensional flow cytometry analysis. A simplified complete workflow in R for analysis of high parameter flow cytometry data including the Crossentropy method.

Code is available and free for academic users. Commercial users should contact Adrian Liston to discuss licensing options.

This simplified version of the flowcytoscript (Crossentropy test) is intended to be usable by people with little to no experience in programming. All inputs are via plain language prompts in an RStudio markdown notebook. All outputs are organized in folders as before, but additionally an HTML document summarizing the results is created with each analysis. Check out "flowcytoscript.nb.html" for an example of the output.

Features

Improvements

Using the script: Install R, Rstudio and Rtools. For Mac, you’ll need command line tools and OpenMP. The flowcytoscript_setup.r script (in 00_source_files) can be used to facilitate set-up for new users of R. Installation for Mac is difficult due to OpenMP and a Mac-specific version is in progress.

In your favorite flow cytometry data analysis program (FlowJo, FCS Express), gate on the cells you wish to analyze and export those cells in new fcs or csv files. While exporting, adding group or variable tags to the file names will help you sort the files with the script.

To export your data in CSV format, preserving the transformations from FlowJo, see the instructions in "Exporting data in csv format.PNG". More info

Automated cluster identification adapted from sc-type by IanevskiAleksandr for scRNA-Seq data.

Create a folder for your analysis (preferably not in Dropbox or OneDrive). In this folder, put these items: A copy of flowcytoscript.Rmd A copy of 00_source_files Your files, inside a folder called “Data” Double click on the flowcytoscript file to open it in Rstudio. Run each code chunk in order by clicking on the green arrow in the upper right corner of the chunk.

Read through the presentation "Simplified flowcytoscript--instructions for use.pptx" for more detail, or watch the tutorial videos on YouTube.

For sample data and a demo analysis that you can try to recreate, visit Dropbox.

Original publication on the Crossentropy test

Errors and bug reports