Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdyrhage committed Nov 22, 2024
1 parent 9f30598 commit f9aa89b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/src/accessing.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ Features (genes) can be added using `addgene!`. A feature must have a feature na
addgene!
```

After adding a new feature, `sort!` can be used to make sure that the annotations are stored (and printed) in the order in which they occur on the chromosome:
```julia
sort!(chr)
```
After adding a new feature, `sort!(chr)` can be used to make sure that the annotations are stored (and printed) in the order in which they occur on the chromosome.

Existing features can be removed using `delete!`:
```@docs
Expand Down

0 comments on commit f9aa89b

Please sign in to comment.