You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package is so great! I was wondering if there is any way to fetch the location out of the gbk.genes field. Currently we can get all the fields that start with the / in the record:
I want to be able to get the location qualifier 47738..47944 encoded later as a UnitRange{Int64} --> 47738:47944. Is this a feature we can have in GenomicAnnotations (or already have)?
Best.
The text was updated successfully, but these errors were encountered:
You can use locus(gene).position to extract the position as a UnitRange. I'll consider adding an easier way to extract the position in a later version.
Hi all
This package is so great! I was wondering if there is any way to fetch the
location
out of thegbk.genes
field. Currently we can get all the fields that start with the/
in the record:I want to be able to get the location qualifier
47738..47944
encoded later as aUnitRange{Int64}
-->47738:47944
. Is this a feature we can have inGenomicAnnotations
(or already have)?Best.
The text was updated successfully, but these errors were encountered: