☰ Menu

      RNA-Seq Analysis

Home
Introduction and Lectures
Intro to the Workshop and Core
Schedule
What is Bioinformatics/Genomics?
Experimental Design and Cost Estimation
RNA Sequencing Technologies - Dr. Lutz Froenicke
Support
Zoom
Slack
Cheat Sheets
Software and Links
Scripts
Prerequisites
CLI
R
Data Reduction
Files and Filetypes
Prepare dataset
Preprocessing raw data
Indexing a Genome
Alignment with Star
Generating counts tables
Alignment/Counts with Salmon (Extra)
3' TagSeq
Data analysis
Prepare R for data analysis
Annotation from BioMart
Differential Expression Analysis
Pathway Analysis
Comparison between STAR and Salmon
ETC
Closing thoughts
Workshop Photos
Github page
Report Errors
Biocore website

Retreiving Annotation via biomart

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

  1. The Biomart start page should look like …

annotation_figures1

  1. First select the dataset, for gene expression experiment select Ensembl Genes 106 (version 106). 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_106.tsv” and open the file in Excel to view the annotation.