This is a test version of Biostars. For the public version, visit https://www.biostars.org.
how to download text format annotation file for hg38 genome?

how to download text format annotation file for hg38 genome? I simply need chromosome start, end, and gene name. But I need txt file.

rna-seq

Get the GTF file of your choice (uncompress to recover text version) from here. Cut the columns out that you need.

BED format files also available at this RSeQC link.

1 answer

all annotation files are txt version. I can't think of one that is binary (or anything else).

Simply download the annotations as GFF or GTF, those will for sure hold the info you need. They are even tab-delineated files so quickly extracting certain columns is easy

Log in to answer this question.