Gene Length
0
0
Entering edit mode
2.3 years ago

Is there any efficient way to get the full gene length for my list of genes?

gene length • 794 views
ADD COMMENT
3
Entering edit mode

More info is required, what organism? do you have accession numbers?

ADD REPLY
0
Entering edit mode

For humans, I don't have accession numbers sorry. Any guidance will be really helpful. Thank you!

ADD REPLY
1
Entering edit mode

Hello! You can use the ucsc table browser.. If you want the whole gene length, introns included you can just download the knownGenes table from the GENCODE38 (for HG38) track and do an awk '{print $18,$3-$2}' <gene file>. If you are only interested in coding regions you can take a look at the blockSizes column.

ADD REPLY

Login before adding your answer.

Traffic: 2275 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6