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
where `hickit.js chronly` filters out non-chromosomal contigs and
@@ -184,7 +184,7 @@ chr1 1010717 C T
184
184
chr1 1011531 T C
185
185
chr1 1013136 C G
186
186
```
187
-
Note that the above is for **male** samples. For **female** samples, the part `hickit.js chronly -` should be replaced by `hickit.js chronly -y -` to remove the Y chromosome.
187
+
Note that the above is for **male** samples. Here the pseudoautosomal regions (PARs, coordinates supplied in `par.bed`) are excluded from analysis. For **female** samples, the part `hickit.js chronly - | hickit.js bedflt par.bed -` should be replaced by `hickit.js chronly -y -` to remove the Y chromosome instead.
0 commit comments