nf-core / differentialabundance

Differential abundance analysis for feature/ observation matrices from platforms such as RNA-seq
https://nf-co.re/differentialabundance
MIT License
64 stars 37 forks source link

Allow lfc_threshold to be a float #338

Open vmkalbskopf opened 2 weeks ago

vmkalbskopf commented 2 weeks ago

Description of feature

The current type validation requires lfc_threshold to be an integer, which seems like an arbitrary limitation. Therefore I request a change so it can be a float (double in R).