You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for filtering by nearby features, current idea is to use 2x maximum padding as default.
Q: should this also be exposed as an extra number that can be provided in CLI
another Q is if all filtering functions can be refactored to filter_by_table(sites, file_name, schema, exlude_bp, cols1, cols2, ...)
and if rmsk schema should go into bioframe
The text was updated successfully, but these errors were encountered:
I explored what are the differences between df length depending on the `exclude_window`
For rmsk, I've chosen `exclude_window = flank_end` (so here, `30`) as default
For ctcf's - there's no difference:
So, I've chosen ctcf_exclude_window = 2 * flank_end (so here, 60) as default
for filtering by nearby features, current idea is to use 2x maximum padding as default.
Q: should this also be exposed as an extra number that can be provided in CLI
another Q is if all filtering functions can be refactored to
filter_by_table(sites, file_name, schema, exlude_bp, cols1, cols2, ...)
and if rmsk schema should go into bioframe
The text was updated successfully, but these errors were encountered: