Skip to content

Commit

Permalink
fix: incorrect statement re: GRanges class
Browse files Browse the repository at this point in the history
  • Loading branch information
js2264 committed Jan 10, 2024
1 parent 418ff19 commit 075b9df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/pages/data-representation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ gr[1:3]
```

`GenomicRanges` objects aim to provide a natural description of genomic
intervals (ranges) and are incredibly versatile. They extend the
`data.frame` object and have four required pieces of information:
intervals (ranges) and are incredibly versatile. They have four required
pieces of information:

- `seqnames` (i.e. chromosome names) (accessible with `seqnames()`)
- `start` (accessible with `start()`)
Expand Down

0 comments on commit 075b9df

Please sign in to comment.