issues
search
kircherlab
/
MPRAsnakeflow
new implementation of MPRAsnakeflow fork of MPRAflow
MIT License
3
stars
5
forks
source link
feat!: outlier removal
#132
Closed
visze
closed
3 weeks ago
visze
commented
3 weeks ago
Adding two options of outlier removal:
via mad: For each quantile-based bin (default 20) on rna counts remove values that are 5 times the MAD away from thethe difference between the ratio and its median (oligo wise)
via zscore (3 times absolute zscore from rna counts)
Adding two options of outlier removal: