Creating a Custom ArchRGenome: what about transcripts? #893
-
In https://www.archrproject.com/bookdown/getting-set-up.html, it says creating a geneAnnotation object from: A “genes” object What about transcripts? Generally, a gene contains multiple transcripts, and a transcript contain multiple exons. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
By default, ArchR deals with genes for simplicity. If you really care about transcripts, presumably you can create a custom genome where the transcripts each have unique names and are treated as if they are individual genes. I've never done this but it should work. The important part is that the entry in the |
Beta Was this translation helpful? Give feedback.
-
Also please note that Issues are only for bugs. Discussions is where questions and feature requests belong. |
Beta Was this translation helpful? Give feedback.
By default, ArchR deals with genes for simplicity. If you really care about transcripts, presumably you can create a custom genome where the transcripts each have unique names and are treated as if they are individual genes. I've never done this but it should work. The important part is that the entry in the
geneAnnotation
object is called "genes"