DillonHammill / CytoExploreR

Interactive Cytometry Data Analysis
60 stars 13 forks source link

code problem (cyto_gateTemplate_apply)? #149

Closed baj12 closed 2 years ago

baj12 commented 2 years ago

Describe the bug I am running into a problem with cyto_gateTemplate_apply and found a potential bug. I.e. I would like to confirm with you that you really test for class gateTemplate and not gatingTemplate

line 227 and 251 in cyto_gateTemplate.R

    if(cyto_class(gateTemplate, "gateTemplate")) {
DillonHammill commented 2 years ago

cyto_gateTemplate_apply() is a new API introduced in version 2.0.0. Since this version is not yet stable enough for public use I won't be supplying support for this yet. It is stable enough for expert use but you need to refer to the docs carefully - as the changes, improvements and new features in the new version are extensive.

P.S. cyto_gatingTemplate_apply() still exists...