This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How can I get the list of all human ensembl transcript ids?

I am trying to create a small local database consisting of all human grch38 ensembl transcript IDs and their sequences. I can get the sequences using biomaRt in R, but how can I get all the human transcriptIDs?

ensembl

1 answer

you can use the ENSEMBL gtf file and if you want to make a txdb, take a look at https://rdrr.io/bioc/GenomicFeatures/man/makeTxDbFromGFF.html

Log in to answer this question.