Hi,
I wonder if there is a quick way to know the total genic length (exon+intron) of a genome. My guess it would be possible to parse a gtf file and for each gene get the start and end position, then merge overlapping genes. And compute the total size. But I wonder if there is maybe an other more easy way to do this (or if it's maybe available somewhere for well known species e.g. human, mouse,...)
Thanks
The effective genome size is the size of the genome that can actually be mapped against, not the genic length (i.e., the length taken by genes). The genic size is probably a couple percent of the effective size.
Ahh! Great, thanks for letting me know!