RGLab / openCyto

A package that provides data analysis pipeline for flow cytometry.
GNU Affero General Public License v3.0
75 stars 29 forks source link

openCyto not exporting gate_singlet()? #252

Closed mikejiang closed 6 months ago

mikejiang commented 6 months ago

On Mon, Mar 11, 2024 at 10:22 PM Wright, Clay wrightrc@vt.edu wrote: Hi Mike,

I'm working on updating some code that is a couple of years old for a publication and ran into an issue with openCyto not exporting the gate_singlet function. Is there a reason for this? I'm developing some automated, data-driven workflows for transient expression analysis with positive fluorescence selection and your packages have been critical to this!

Thanks, Clay

it has been moved to flowStats package, i.e. flowStats::gate_singlet

wrightrc commented 6 months ago

Thanks so much!