Hi, thank you so much for your link and the name "CytoBand"! It's really useful. I was able to find useful questions such as following.
Cytogenic Location To Genome Coordinates In R
Genomic coordinates for Cytogenetic bands with R
I started using RStudio's Terminal. But I'm unfamiliar with it. Is there a stepwise instruction somewhere?
Should I use the code below? Is this what you mean by \d+[pq]?
curl -s "http://hgdownload.cse.ucsc.edu/goldenPath/hg18/database/cytoBand.txt.gz" | gunzip -c
Or
mysql --user=genome --host=genome-mysql.cse.ucsc.edu -A -D hg19 -e "select chrom, min(chromStart), max(chromEnd) from cytoBand where name like 'q36%' group by chrom;"
Should hg19 be hg38 (what we used)? Also, above command gives "mysql: command not found"
Thank you again for your help