I want to get a file that shows me the basic parameters of each of the subfamilies in repeatmasker, as demonstrated here, but for all the subfamilies in a nice table so I can play with it.
I've used this before:
mysql --user=genome --host=genome-mysql.cse.ucsc.edu -A -D hg19 -e 'select chrom,chromStart,chromEnd,name from nestedRepeats'
but it doesn't give me the divergence. As an extension to the question is there a way guide to using mysql on repeatmasker?
Thanks in advance
OK thanks. I guess I was asking how can I get the names of the tables and fields so I can perform the queries