Skip to content

Commit

Permalink
adding a little explaintion about thie getters
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcain committed Jun 13, 2024
1 parent fd6da4f commit e921c93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ and returns an array of JBrowse 2-style feature objects that correspond to the
gene's subfeatures (usually transcripts and their exons, UTRs and CDS regions).
In the console, those features look like the below, but note that they can also
be accessed via getter functions like `transcriptArray[0].get('name')` and
`transcriptArray[i].get('start')`.
`transcriptArray[i].get('start')`, since the underlying JBrowse libraries handle
the mapping between the items in this array and the attributes that came from
GFF.

```
[[
Expand Down

0 comments on commit e921c93

Please sign in to comment.