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

gt_gating function not found #222

Closed drpreeti3628 closed 3 years ago

drpreeti3628 commented 3 years ago

I am using Opencyto version 1.22.2 and I am using gt_gating function to gate.

I am getting error could not find function "gt_gating"

Can you please help

gfinak commented 3 years ago

Have a look here: you'll notice that the current release is 2.2.0 https://www.bioconductor.org/packages/release/bioc/html/openCyto.html You should upgrade, make sure all dependencies are up to date and see if you still get an error. If so, make a minimal reproducible example using the reprex package, paste that here so we can debug.

drpreeti3628 commented 3 years ago

Hi,

I installed the correct Bioconductor version and 1.24.0 openCyto version and it worked.

Thanks for the help.