sccoda.model.other_models.ALDEx2Model.fit_model¶
-
ALDEx2Model.fit_model(method='we.eBH', r_home='', r_path='', *args, **kwargs)¶ Fits ALDEx2 model.
- Parameters
- method :
strstr(default:'we.eBH') method that is used to calculate p-values (column name in ALDEx2’s output)
- r_home :
strstr(default:'') path to R installation on your machine, e.g. “C:/Program Files/R/R-4.0.3”
- r_path :
strstr(default:'') path to R executable on your machine, e.g. “C:/Program Files/R/R-4.0.3/bin/x64”
- args
passed to
ALDEx2.clr- kwargs
passed to
ALDEx2.clr
- method :