jgarces02 / FlowCT

FlowCT package
0 stars 0 forks source link

New (possible) normalization methods #25

Open jgarces02 opened 4 years ago

jgarces02 commented 4 years ago

From flowStats ---> gaussNorm (already implemented) and wrapSet: both based on per-channel landarmks. From iFlow ---> gpaSet: multidimensional normalization method using the generalized Procrustes analysis.

cirobotta commented 4 years ago

gpaSet is already included within flowStats package...I think is even easier!

Usage from gpaSet vignette: gpaSet(x, params, register="backgating", bgChannels=NULL, bg=NULL, rotation.only=TRUE, downweight.missingFeatures=FALSE, thres.sigma=2.5, show.workflow=FALSE, ask=names(dev.cur())!="pdf")

jgarces02 commented 4 years ago

Right, I didn't find it. Thanks! I'll give a try in some days.