Table of contents
- DNA, RNA, and protein sequences - databases
- DNA, RNA, and protein sequences - software
- Sequence alignments
- Molecular interactions and pathways
- Single cell datasets
- Database-to-database ID conversions
- Image software
- General software
- Science article repositories
- (Click on "Read more..." first before using these anchor links.)
DNA, RNA, and protein sequences - databases
Ensembl - genome reference website with gene annotations. Go here for gene, genome sequence, and splicing isoform information. The Ensembl Gene IDs are useful for RNA-seq primary and secondary analysis. For example: the ID for the gene encoding actin beta is ENSG00000075624.- Computer-generated IDs for unique sequences. The pseudoautosomal genes from chromosomes X and Y are not duplicated and only represented in chromosome X.
- Web browser tool BioMart available to access the Ensembl databases and pull data for hundreds of genes at once.
- R package biomaRt available to access the Ensembl databases and pull data for thousands of genes at once.
- Perl API available also.
- Human-annotated IDs. The pseudoautosomal genes from chromosomes X and Y are given separate IDs, keeping "ENSG0..." for the chromosome X copy (as per Ensembl.org) and replacing the first zero with an R for the chromosome Y copy, "ENSGR..."
- See which GENCODE and Ensembl releases match (useful for data annotation)
UC Santa Cruz Genome Browser - database of genomic DNA annotations for various species. Previously only had annotations for the old human genome reference (version hg19, also called GRCh37) but currently adding annotations for the new version (hg38, GRCh38).




