Replies: 2 comments 4 replies
-
|
Thanks for the request. What is |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
The best way to speed it up is to store the dataframe as a tsv and read it as a tsv the next time. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, thanks for this awesome package. It's really, really helpful. I just realized that it takes quite some time to read a GTF using
read_gtf(). For the Ensembl GTF for the GRCh38 it takes around 35 seconds. Is there a way to speed this up? Thegencodegenes.Gencode()function for example takes around 5 seconds. Of course, the created object is less complex, but that's still quite a difference. Even withfull=False, it's not much faster and I need the columngene_name. Is there any way to optimize this?Beta Was this translation helpful? Give feedback.
All reactions