☰ Menu

      Bulk RNA-Seq Analysis

Home
Discussion and Lectures
Intro to the Workshop
Schedule
What is Bioinformatics/Genomics?
Experimental Design and Cost Estimation
Closing thoughts
Data Reduction
Files and Filetypes
Prepare dataset
Preprocessing raw data
Indexing a Genome
Alignment with Star
Generating counts tables
Data analysis
Annotation from BioMart
Prepare R for data analysis
Differential Expression Analysis
Pathway Analysis
Prerequisites
CLI
R
Support
Cheat Sheets
Software and Links
Scripts
ETC
CAT website
Github page
Report Errors

Retreiving Annotation via biomart

Annotation from BioMart with Ensembl names is most flexible way to retrieve tabular annotation for an organism.

Ensembl’s BioMart is a powerful data mining tool that allows researchers to easily access and download a wide range of genomic annotations for various organisms. BioMart enables users to filter and retrieve specific datasets from the Ensembl database, including gene annotations, sequence information, and comparative genomics data. This resource is highly customizable, offering the ability to select specific attributes, such as gene IDs, transcripts, protein sequences, and more, tailored to the user’s research needs.

Lets download the current annotation for Mouse.

  1. The Biomart start page should look like …

annotation_figures1

  1. First select the dataset, for gene expression experiment select Ensembl Genes 112 (version 112). The current version as of this workshop.

annotation_figures2

  1. Then the Organism, Here Mouse genes which is based on the GRCm39 genome.

annotation_figures3

  1. You can choose to filter to only a subset of genes. Or a chromosome, or regions. We won’t filter here. BY default, all genes in the genome are selected.

annotation_figures6

annotation_figures7

  1. Next select the attributes you want in the table.

annotation_figures8

  1. Expand the ‘GENE’ tab, and select the attributes you want to retrieve. HERE recreate the list you see on the left side.

annotation_figures9

  1. Click “Results” (Top left -ish).

annotation_figures10

  1. Select “GO”, to download a tab-separated value (tsv) file.

annotation_figures11

  1. The file will save as “mart_export.txt”, put the file into our working directory, rename to “ensembl_mm_112.txt” and open the file in Excel to view the annotation.