Skip to content

Commit

Permalink
chore: small README tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Apr 18, 2024
1 parent 1354c0f commit 0843801
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ from bedspec import BedPE

### Custom BED Types

Creating custom records is as simple as inheriting from the relevent BED-type:
To create a custom BED record, inherit from the relevent BED-type:

| Type | Description |
| --- | --- |
| `PointBed` | BED ecords that are a single point (1-length) only. |
| `SimpleBed` | BED ecords that are a single interval. |
| `PairBed` | BED ecords that are a pair of intervals. |
| Type | Description |
| --- | --- |
| `PointBed` | BED records that are a single point (1-length) only. |
| `SimpleBed` | BED records that are a single interval. |
| `PairBed` | BED records that are a pair of intervals. |

For example, to create a custom BED3+1 class:

Expand Down

0 comments on commit 0843801

Please sign in to comment.