Skip to content

Commit

Permalink
Update docs/guide-bedtools.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus authored Apr 26, 2024
1 parent 600bdaf commit 1bc4fe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/guide-bedtools.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ out = A.loc[overlap['index_1']]
out = bf.overlap(A, B, how='inner')[A.columns]
```
**Note:** The output dataframe of the former method will use the same pandas index as the input dataframe `A`, while the latter result (the join output) will have an integer range index.

### Original entries from the second bed `-wb`

```sh
Expand Down

0 comments on commit 1bc4fe2

Please sign in to comment.