kordk / torch-ecpg

(GPU accelerated) eCpG mapper
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

P-value filtering of MLR results #14

Closed liamgd closed 1 year ago

liamgd commented 1 year ago

The output of the MLR function regression_full should have an option only to include rows with p-values above a specified value. This should work regardless of which values are included in the output.

liamgd commented 1 year ago

Implemented for the MLR in 73f1055. Use the -p or --p-thresh option to specify a minimum p-value to be included in the output.