{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Motif discovery and regulatory analysis - II\n", "# Table of Contents\n", "1. Sequence motif databases\n", "2. Gene list promoter motif analysis" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## 1. Sequence motif databases\n", "As we saw in the prelab lecture, there are several databases containing known motifs for various transcription factors. Two very commonly used tools that we saw in the lecture are JASPAR, a motif database, and TOMTOM, a tool for matching motifs to databases, and here we will have some practice using these tools. Recall the PWM from questions 1-3 from the last homework:\n", "\n", "
Nucleotide | Pos. 1 | Pos. 2 | Pos. 3 | Pos. 4 | Pos. 5 | Pos. 6 | Pos. 7 | Pos. 8 |
---|---|---|---|---|---|---|---|---|
A | 0.01 | 0.1 | 0.97 | 0.95 | 0.5 | 0.05 | 0.8 | 0.4 |
C | 0.03 | 0.05 | 0.01 | 0.01 | 0.1 | 0.6 | 0.1 | 0.08 |
G | 0.95 | 0.05 | 0.01 | 0.03 | 0.1 | 0.05 | 0.05 | 0.02 |
T | 0.01 | 0.8 | 0.01 | 0.01 | 0.3 | 0.3 | 0.05 | 0.5 |