Closed xtrojak closed 1 year ago
@xtrojak one more thing to have a look at is the noise percentile - we actually can't provide NA as a value since it is a numeric field
@xtrojak one more thing to have a look at is the noise percentile - we actually can't provide NA as a value since it is a numeric field
You are completely right, the help text of baseline_correct
is misleading. What we can do is make the parameter optional. Then if not value is given, we pass NA
.
But I'm wondering if this makes sense. I feel like two things are kind of mixed here - either use threshold or percentile. But this issue is already on the level of the package.
You are completely right, the help text of
baseline_correct
is misleading. What we can do is make the parameter optional. Then if not value is given, we passNA
.
@hechth in 60a8c95, I made the parameter baseline_correct
optional as suggested, and when value is not given, NA is passed.
This PR covers:
recetox-aplcms
version to v0.10.2 (#327).generate_feature_table
wrapper (#326, #291).component_eliminate
andBIC_factor
parameters.compute_clusters
(#327).Close #327. Close #326. Close #291. Close #328.