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
Select CTCF peaks that are upstream of genes (in a strand-aware fashion). These peaks don't necessarily need to be on the same strand as the gene (hence would not be resolved just by adding the on=[] to closest()).
Solving this task currently requires multiple calls to closest.
Potential solutions:
a convenience function that makes multiple calls to closest and merges the outputs.
passing a column which defines the upstream/downstream relative to the genome. Default is relative to the reference genome (i.e. non-stranded closest).
Example task:
Solving this task currently requires multiple calls to closest.
Potential solutions:
Questions:
directionality_col
,strand_col
,stream_col
The text was updated successfully, but these errors were encountered: