Flow cytometry in Probing ROS status

Flow cytometery for Biophyicists

Anjan Kr Dasgupta (Calcutta University)https://scholar.google.com/citations?hl=en&user=9Xc_04IAAAAJ&view_op=list_works&sortby=pubdate
2020-12-22

ROS probe H2DCFDA (H2-DCF, DCF)

Spectrum

#Structure

library(flowCore)
library(flowClust)
setwd("/Users/apple/Google Drive/presentations/mydistill/my_distill/jyotifacs/fcsonly")
fname=list.files(pattern="Tube")
i=1
ff=read.FCS(fname[i])
df=data.frame(ff@exprs[,1:4])
colnames(df)
[1] "FSC.A"  "SSC.A"  "FITC.A" "PE.A"  
attach(df)
setwd("/Users/apple/Google Drive/presentations/mydistill/my_distill")

FlowClust

ik=which(PE.A<5000)
plot(PE.A[ik],FITC.A[ik],pch=16,cex=0.4)

[1] -171595.3 -170940.4

Rule of identifying outliers: 80% quantile