MicrobiomeStat icon indicating copy to clipboard operation
MicrobiomeStat copied to clipboard

GMPR transformation function is missing

Open thecorz opened this issue 7 months ago • 1 comments

Describe the Bug When I try to normalise the data using the GMPR method, I get an error that says that GMPR function is missing

Reproducible Example Sorry, to reproduce the data is too complicated. But given that MicrobiomeData is a MicrobiomeStat object...

MicrobiomeData.gmpr <- mStat_normalize_data(MicrobiomeData, "GMPR")

Expected Behavior Outputs transformed values

Actual Behavior Outputs and error:

Error in GMPR(otu_tab) : could not find function "GMPR"

Screenshots N/A

Environment Information:

  • Operating System: Windows 11
  • R Version: 4.3.2
  • Package Version: 1.13

Additional Context N/A

thecorz avatar Dec 04 '23 18:12 thecorz