Hands On
Hands On
Tanvir Alam
College of Science and Engineering
Hamad Bin Khalifa University
@TanvirAlam 1
Tools Installation
@TanvirAlam 2
Anaconda: Windows/Mac/Linux
INSTALLATION of Anaconda: 1
Python will be automatically installed if you Creating a new working
use latest version of anaconda environment (Optional)
• Follow the guideline mentioned here:
https://docs.anaconda.com/anaconda/ins
tall/ • conda create --name ngs python=3.7.3
anaconda
• Download link: • conda activate ngs
https://www.anaconda.com/products/indi
vidual • conda install -c channelName
packageName
• Please look at the terminal. Whenever it • conda install packageName
ask for a decision “Yes/NO”, type “Yes”.
• conda deactivate
• Don’t just press Enter.
@TanvirAlam 3
BioPython: Windows/Mac/Linux
INSTALLATION of BioPython under 2
Anaconda: Creating a new working
Python will be automatically installed if environment (Optional)
you use latest version of anaconda
• Follow the guideline mentioned here: • conda create --name ngs
python=3.7.3 anaconda
https://github.com/biopython/biopyth
• conda activate ngs
on/blob/master/README.rst
• conda install biopython
• After installing conda, you can also use
• conda deactivate
pip install biopython
@TanvirAlam 4
3
RStudio Download R and Rstudio
https://posit.co/download/rstudio-
desktop/
@TanvirAlam 5
Examples
@TanvirAlam 6
Example : Gene
©Tanvir Alam 7
Example : Protein Paxillin
• UniProt (Protein):
• https://www.uniprot.org/uniprot/P49023
• Transcript:
https://asia.ensembl.org/Homo_sapiens/Transcript/Summary?db=core;g=
ENSG00000089159;r=12:120210447-120265771;t=ENST00000228307
• Coding DNA Sequence (CDS):
https://www.ncbi.nlm.nih.gov/CCDS/CcdsBrowse.cgi?REQUEST=CCDS&DA
TA=CCDS44997
©Tanvir Alam 8
Genome Browser 1
@TanvirAlam 9
Genome Browser
1. Type “chr7:55019017 - 55211628” in the search box
2. Then click “GO”
@TanvirAlam 10
Genome Browser
• Scroll down and under “Phenotype and Literature” , select “full” under
“ClinVar Variants”
@TanvirAlam 11
Uniprot 2
1. Go To : https://www.uniprot.org/
2. TYPE “egfr” in the search box
3. Select “EGFR_HUMAN”
@TanvirAlam 12
Uniprot
1. Select the tab “Variant Viewer”
@TanvirAlam 13
Uniprot
• Click “Feature viewer” • Under “PDBe Coverage you will find
protein stuructu”
• If you click “2ITY” it will open the 3D
structure of protein and lignad
@TanvirAlam 14
Transcriptomics
@TanvirAlam 15
Transcriptome
©Tanvir Alam 17
Computational Biology: Genomes, Networks, Evolution. MIT Press, Manolis Kellis
MicroArray – A technique for Gene Expression
• Microarrays allow the analysis of the expression levels of thousands of
preselected genes in one experiment.
• A microarray is a multiplex lab-on-a-chip. Its purpose is to simultaneously
detect the expression of thousands of genes from a sample (e.g., from a tissue).
• It is a two-dimensional array on a solid substrate—usually a glass slide or silicon
thin-film cell—that assays (tests)
• The "gene chip" industry started to grow significantly after the 1995 Science
Magazine article by the Ron Davis and Pat Brown labs at Stanford University
• Microarrays are microscope slides that are printed with thousands of tiny spots
in defined positions, with each spot containing a known DNA sequence or gene.
Often, these slides are referred to as gene chips or DNA chips.
©Tanvir Alam 18
Computational Biology: Genomes, Networks, Evolution. MIT Press, Manolis Kellis
MicroArray Chip
• Chip design:
• Each spot will represent different gene
• At each spot, cDNA of a gene will be planted on Chip.
• DNA Microarray Chip: (start at 1:50)
https://www.youtube.com/watch?v=0ATUjAxNf6U
https://www.youtube.com/watch?v=NgRfc6atXQ8
https://www.mdpi.com/2076-3905/3/4/245/htm
https://www.biolabtech.com.ua/en/products/nabori-mikromatric-dlya-genotipuvannya-ta-epigenetichnih-doslidzhen.html#
©Tanvir Alam 19
MicroArray Analysis: Steps
1. To perform a microarray analysis, mRNA
molecules are typically collected from both
an experimental sample and a reference
sample.
• For example, the reference sample could be
collected from a healthy individual, and the
experimental sample could be collected from an
individual with a disease like cancer.
2. The two mRNA samples are then converted
into complementary DNA (cDNA), and each
sample is labeled with a fluorescent probe
of a different color.
• For instance, the experimental cDNA sample
may be labeled with a red fluorescent dye,
whereas the reference cDNA may be labeled
with a green fluorescent dye.
• The two samples are then mixed together and
allowed to bind to the microarray slide.
3. The process in which the cDNA molecules
bind to the DNA probes on the slide is
called hybridization.
@TanvirAlam 22