├── .gitignore ├── BDGP6_UCSC2ensembl.txt ├── BDGP6_ensembl2UCSC.txt ├── CanFam3_UCSC2ensembl.txt ├── GRCh37_NCBI2UCSC.txt ├── GRCh37_UCSC2ensembl.txt ├── GRCh37_UCSC2gencode.txt ├── GRCh37_ensembl2UCSC.txt ├── GRCh37_ensembl2gencode.txt ├── GRCh37_gencode2UCSC.txt ├── GRCh37_gencode2ensembl.txt ├── GRCh38_NCBI2ensembl.txt ├── GRCh38_RefSeq2UCSC.txt ├── GRCh38_UCSC2ensembl.txt ├── GRCh38_UCSC2gencode.txt ├── GRCh38_ensembl2UCSC.txt ├── GRCh38_ensembl2gencode.txt ├── GRCh38_gencode2UCSC.txt ├── GRCh38_gencode2ensembl.txt ├── GRCm37_UCSC2ensembl.txt ├── GRCm37_UCSC2gencode.txt ├── GRCm37_ensembl2UCSC.txt ├── GRCm37_ensemblgencode.txt ├── GRCm37_gencode2UCSC.txt ├── GRCm37_gencode2ensembl.txt ├── GRCm38_UCSC2ensembl.txt ├── GRCm38_UCSC2gencode.txt ├── GRCm38_ensembl2UCSC.txt ├── GRCm38_ensembl2gencode.txt ├── GRCm38_gencode2UCSC.txt ├── GRCm38_gencode2ensembl.txt ├── GRCm39_UCSC2ensembl.txt ├── GRCm39_ensembl2UCSC.txt ├── GRCz10_UCSC2ensembl.txt ├── GRCz10_UCSC2gencode.txt ├── GRCz10_ensembl2UCSC.txt ├── GRCz10_gencode2UCSC.txt ├── GRCz11_UCSC2ensembl.txt ├── GRCz11_ensembl2UCSC.txt ├── JGI_4.2_UCSC2ensembl.txt ├── JGI_4.2_ensembl2UCSC.txt ├── LICENSE ├── MEDAKA1_UCSC2ensembl.txt ├── MEDAKA1_ensembl2UCSC.txt ├── R64-1-1_UCSC2ensembl.txt ├── R64-1-1_ensembl2UCSC.txt ├── README.md ├── Rnor_6.0_ensembl2UCSC.txt ├── WBcel235_UCSC2ensembl.txt ├── WBcel235_ensembl2UCSC.txt ├── Xenopus_laevis_v2_UCSC2xenbase.txt ├── Xenopus_laevis_v2_xenbase2UCSC.txt ├── Xenopus_tropicalis_v9.1_UCSC2xenbase.txt ├── Xenopus_tropicalis_v9.1_xenbase2UCSC.txt ├── Zv9_UCSC2ensembl.txt ├── Zv9_ensembl2UCSC.txt ├── dm3_UCSC2ensembl.txt ├── dm3_ensembl2UCSC.txt ├── galGal4_UCSC2ensembl.txt ├── galGal4_ensembl2UCSC.txt ├── galGal6_NCBI2UCSC.txt ├── galGal6_UCSC2NCBI.txt ├── galGal6_UCSC2ensembl.txt ├── galGal6_ensembl2NCBI.txt ├── galGal6_ensembl2UCSC.txt ├── mRatBN7.2_UCSC2ensembl.txt ├── mRatBN7.2_ensembl2UCSC.txt ├── rn5_UCSC2ensembl.txt └── rn5_ensembl2UCSC.txt /.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | -------------------------------------------------------------------------------- /BDGP6_UCSC2ensembl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/BDGP6_UCSC2ensembl.txt -------------------------------------------------------------------------------- /BDGP6_ensembl2UCSC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/BDGP6_ensembl2UCSC.txt -------------------------------------------------------------------------------- /CanFam3_UCSC2ensembl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/CanFam3_UCSC2ensembl.txt -------------------------------------------------------------------------------- /GRCh37_NCBI2UCSC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCh37_NCBI2UCSC.txt -------------------------------------------------------------------------------- /GRCh37_UCSC2ensembl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCh37_UCSC2ensembl.txt -------------------------------------------------------------------------------- /GRCh37_UCSC2gencode.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCh37_UCSC2gencode.txt -------------------------------------------------------------------------------- /GRCh37_ensembl2UCSC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCh37_ensembl2UCSC.txt -------------------------------------------------------------------------------- /GRCh37_ensembl2gencode.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCh37_ensembl2gencode.txt -------------------------------------------------------------------------------- /GRCh37_gencode2UCSC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCh37_gencode2UCSC.txt -------------------------------------------------------------------------------- /GRCh37_gencode2ensembl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCh37_gencode2ensembl.txt -------------------------------------------------------------------------------- /GRCh38_NCBI2ensembl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCh38_NCBI2ensembl.txt -------------------------------------------------------------------------------- /GRCh38_RefSeq2UCSC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCh38_RefSeq2UCSC.txt -------------------------------------------------------------------------------- /GRCh38_UCSC2ensembl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCh38_UCSC2ensembl.txt -------------------------------------------------------------------------------- /GRCh38_UCSC2gencode.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCh38_UCSC2gencode.txt -------------------------------------------------------------------------------- /GRCh38_ensembl2UCSC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCh38_ensembl2UCSC.txt -------------------------------------------------------------------------------- /GRCh38_ensembl2gencode.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCh38_ensembl2gencode.txt -------------------------------------------------------------------------------- /GRCh38_gencode2UCSC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCh38_gencode2UCSC.txt -------------------------------------------------------------------------------- /GRCh38_gencode2ensembl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCh38_gencode2ensembl.txt -------------------------------------------------------------------------------- /GRCm37_UCSC2ensembl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCm37_UCSC2ensembl.txt -------------------------------------------------------------------------------- /GRCm37_UCSC2gencode.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCm37_UCSC2gencode.txt -------------------------------------------------------------------------------- /GRCm37_ensembl2UCSC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCm37_ensembl2UCSC.txt -------------------------------------------------------------------------------- /GRCm37_ensemblgencode.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCm37_ensemblgencode.txt -------------------------------------------------------------------------------- /GRCm37_gencode2UCSC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCm37_gencode2UCSC.txt -------------------------------------------------------------------------------- /GRCm37_gencode2ensembl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCm37_gencode2ensembl.txt -------------------------------------------------------------------------------- /GRCm38_UCSC2ensembl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCm38_UCSC2ensembl.txt -------------------------------------------------------------------------------- /GRCm38_UCSC2gencode.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCm38_UCSC2gencode.txt -------------------------------------------------------------------------------- /GRCm38_ensembl2UCSC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCm38_ensembl2UCSC.txt -------------------------------------------------------------------------------- /GRCm38_ensembl2gencode.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCm38_ensembl2gencode.txt -------------------------------------------------------------------------------- /GRCm38_gencode2UCSC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCm38_gencode2UCSC.txt -------------------------------------------------------------------------------- /GRCm38_gencode2ensembl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCm38_gencode2ensembl.txt -------------------------------------------------------------------------------- /GRCm39_UCSC2ensembl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCm39_UCSC2ensembl.txt -------------------------------------------------------------------------------- /GRCm39_ensembl2UCSC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCm39_ensembl2UCSC.txt -------------------------------------------------------------------------------- /GRCz10_UCSC2ensembl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCz10_UCSC2ensembl.txt -------------------------------------------------------------------------------- /GRCz10_UCSC2gencode.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCz10_UCSC2gencode.txt -------------------------------------------------------------------------------- /GRCz10_ensembl2UCSC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCz10_ensembl2UCSC.txt -------------------------------------------------------------------------------- /GRCz10_gencode2UCSC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCz10_gencode2UCSC.txt -------------------------------------------------------------------------------- /GRCz11_UCSC2ensembl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCz11_UCSC2ensembl.txt -------------------------------------------------------------------------------- /GRCz11_ensembl2UCSC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/GRCz11_ensembl2UCSC.txt -------------------------------------------------------------------------------- /JGI_4.2_UCSC2ensembl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/JGI_4.2_UCSC2ensembl.txt -------------------------------------------------------------------------------- /JGI_4.2_ensembl2UCSC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/JGI_4.2_ensembl2UCSC.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/LICENSE -------------------------------------------------------------------------------- /MEDAKA1_UCSC2ensembl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/MEDAKA1_UCSC2ensembl.txt -------------------------------------------------------------------------------- /MEDAKA1_ensembl2UCSC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/MEDAKA1_ensembl2UCSC.txt -------------------------------------------------------------------------------- /R64-1-1_UCSC2ensembl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/R64-1-1_UCSC2ensembl.txt -------------------------------------------------------------------------------- /R64-1-1_ensembl2UCSC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/R64-1-1_ensembl2UCSC.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/README.md -------------------------------------------------------------------------------- /Rnor_6.0_ensembl2UCSC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/Rnor_6.0_ensembl2UCSC.txt -------------------------------------------------------------------------------- /WBcel235_UCSC2ensembl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/WBcel235_UCSC2ensembl.txt -------------------------------------------------------------------------------- /WBcel235_ensembl2UCSC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/WBcel235_ensembl2UCSC.txt -------------------------------------------------------------------------------- /Xenopus_laevis_v2_UCSC2xenbase.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/Xenopus_laevis_v2_UCSC2xenbase.txt -------------------------------------------------------------------------------- /Xenopus_laevis_v2_xenbase2UCSC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/Xenopus_laevis_v2_xenbase2UCSC.txt -------------------------------------------------------------------------------- /Xenopus_tropicalis_v9.1_UCSC2xenbase.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/Xenopus_tropicalis_v9.1_UCSC2xenbase.txt -------------------------------------------------------------------------------- /Xenopus_tropicalis_v9.1_xenbase2UCSC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/Xenopus_tropicalis_v9.1_xenbase2UCSC.txt -------------------------------------------------------------------------------- /Zv9_UCSC2ensembl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/Zv9_UCSC2ensembl.txt -------------------------------------------------------------------------------- /Zv9_ensembl2UCSC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/Zv9_ensembl2UCSC.txt -------------------------------------------------------------------------------- /dm3_UCSC2ensembl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/dm3_UCSC2ensembl.txt -------------------------------------------------------------------------------- /dm3_ensembl2UCSC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/dm3_ensembl2UCSC.txt -------------------------------------------------------------------------------- /galGal4_UCSC2ensembl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/galGal4_UCSC2ensembl.txt -------------------------------------------------------------------------------- /galGal4_ensembl2UCSC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/galGal4_ensembl2UCSC.txt -------------------------------------------------------------------------------- /galGal6_NCBI2UCSC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/galGal6_NCBI2UCSC.txt -------------------------------------------------------------------------------- /galGal6_UCSC2NCBI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/galGal6_UCSC2NCBI.txt -------------------------------------------------------------------------------- /galGal6_UCSC2ensembl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/galGal6_UCSC2ensembl.txt -------------------------------------------------------------------------------- /galGal6_ensembl2NCBI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/galGal6_ensembl2NCBI.txt -------------------------------------------------------------------------------- /galGal6_ensembl2UCSC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/galGal6_ensembl2UCSC.txt -------------------------------------------------------------------------------- /mRatBN7.2_UCSC2ensembl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/mRatBN7.2_UCSC2ensembl.txt -------------------------------------------------------------------------------- /mRatBN7.2_ensembl2UCSC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/mRatBN7.2_ensembl2UCSC.txt -------------------------------------------------------------------------------- /rn5_UCSC2ensembl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/rn5_UCSC2ensembl.txt -------------------------------------------------------------------------------- /rn5_ensembl2UCSC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dpryan79/ChromosomeMappings/HEAD/rn5_ensembl2UCSC.txt --------------------------------------------------------------------------------