Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 745 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 745 Bytes

HTFC

A pipeline to analyze high-throughput fluorescence cytometry data, flow cytometry and mass cytometry, in which there naturally are hundreds of samples to analyze in parallel like in drug-dose response analysis. The pipeline integrates the following steps:

  • Compensating samples (fcs files)
  • Correcting signal drift (batch effect) in samples
  • Generating similarity matrix of samples
  • Generating similarity heatmap of samples
  • Clustering of samples
  • Interpretations of results

Installation

To install the pipleline, simply download the zip file or clone the repository. The pipleine needs the following conventional R pakackges to run:

  • compaRe
  • parallel
  • flowCore
  • pheatmap
  • igraph
  • ggplot2
  • gridExtra