Bioinformatic; Learn Bulk RNA-Seq Data Analysis From Scratch
- Description
- Curriculum
- FAQ
- Reviews
Welcome to our third course “Learn Bulk RNA-Seq Data Analysis From Scratch,” a comprehensive online course designed to equip you with the skills and knowledge needed to harness the power of RNA-Seq data analysis (NGS). In this course, we delve into the captivating world of genomics and bioinformatics, empowering you to explore the intricacies of gene expression and unravel the hidden mysteries within the transcriptome.
With the advent of high-throughput sequencing technologies, RNA-Seq (NGS) has revolutionized the field of molecular biology, allowing us to decipher the intricate dance of gene expression in ways never before possible. This course serves as your gateway to understanding and interpreting the wealth of information contained within RNA-Seq data, transforming it into valuable insights and meaningful discoveries.
Bioinformatics, the multidisciplinary field at the intersection of biology and computer science, plays a pivotal role in deciphering complex biological systems. In this course, we emphasize the importance of bioinformatics methodologies and tools, which form the foundation of modern genomics research. By mastering these techniques, you will gain a competitive edge in the rapidly evolving field of life sciences.
Course Highlights:
Comprehensive Training: From raw FASTQ files to in-depth analysis, this course provides a step-by-step guide to RNA-Seq data analysis, covering the entire workflow with clarity and precision. This is not limited to RNA-Seq but to all type of NGS data.
Linux and R-Studio: Get hands-on experience with two essential tools in bioinformatics. Learn to navigate the Linux command line environment and utilize R-Studio for data processing, visualization, and statistical analysis.
Theory and Practice: We strike a perfect balance between theoretical concepts and practical application. Understand the underlying principles of RNA-Seq analysis while honing your skills through hands-on exercises and real-world examples.
Cutting-edge Techniques: Stay at the forefront of genomics research by exploring the latest advancements in RNA-Seq analysis techniques, such as differential gene expression analysis, functional enrichment analysis, and pathway analysis.
Expert Guidance: Benefit from the expertise of experienced instructors who have a deep understanding of both bioinformatics and molecular biology. Their guidance and insights will ensure a rewarding learning experience.
Interactive Learning: Engage in interactive assignments, and discussions to reinforce your understanding and interact with a vibrant community of fellow learners, fostering knowledge exchange.
Embark on this transformative journey into the world of RNA-Seq analysis and bioinformatics. Unleash the power of genomics to uncover hidden biological insights and make significant contributions to scientific research. Enroll in “Bioinformatics: Learn Bulk RNA-Seq Data Analysis From Scratch” today and equip yourself with the essential skills needed to excel in the dynamic field of bioinformatics. We assure you that all of the tools that will be used in this course will be Freely available and closely related to the course material. For most of them you do not need to sign up.
-
12Basic Workflow of RNA-Seq Data Analysis
-
13Installation of Linux in Your Windows (WSL)
-
14Installation of Necessary Programs In Linux Environment (Part-1)
-
15Installation of Necessary Programs In Linux Environment (Part-2)
-
16Installation of SAM Tools in Linux (Part-3)
-
17Downloading of Timmomatic Tool
-
18Quality Check of the Reads with FASTQC (Part-1)
-
19Quality Check of the Reads with FASTQC (Part-2)
-
20Assignment 1: FASTQC Analysis of test_udemy.fastq File
-
21Use of Timmomatic Tool to Remove Poor Quality Reads
-
22Assignment-2: Trimming of Poor Quality Reads
-
23Use of HISAT2 for Alignment of Reads with Reference Genome
To use HISAT2, you need a reference genome. In our case, we are using RNA-Seq data from humans; therefore, we have downloaded the Human Reference Genome. Please use the the link that is shown in the video.
Note: This is open-source material, and you can download it for free. Furthermore, there will be no need for registration to download the reference genomes.
-
24Assignment-3: Performing Alignment of Reads with Reference Genome
-
25Downloading of GTF File to Build the Feature Count Matrix
GTF is an important file to further transform the alignment to build Feature Count Matrix. Use the link that is shown in the video.
Note: This is an open-source material and is available freely. Furthermore, you do not need to register yourself to download these files.
-
26Building of Feature Count Matrix With Subread Tool
-
27Assignment-4: Building Feature Count Matrix
-
28How to Process Multipipe FastQ Files Using Bash Scripts
These four scripts will help you to analyze multiple FASTQ files at once. One very important thing that you should remember is that sometimes you have FASTQ files in zip folders like test.fastq.gz. In this case, we will request you to change the script1 a bit by replace fastq with fastq.gz.
-
29Experimental Design of Airway Cell Line Study That will Use In DEG Analysis
-
30Test Your Skill With Large FASTQ File (Optional)
-
38Installation of DESeq2 in R-Studio For DEGs Analysis
-
39What is CSV format & Saving MetaData File in CSV format
-
40Uploading of Feature Count Matrix and Meta Data in R-Studio
-
41Assignment-5: Uploading Feature Count Matrix and Meta Data in R-Studio
-
42Basic Quality Check of Feature Count Matrix and Meta Data
-
43Assignment-6: Basic Quality Check of Data
-
44Use of DESeq2 for DEG Analysis (Part-1)
-
45Assignment-7: Creating Design for Differentially Expressed Genes
-
46DESeq2: Concept of Leaky Expression Part-2)
-
47DESEq2: Removing Low Counts Reads Genes (Part-3)
-
48Assignment-8: Dropping Rows with Low Count
-
49DESeq2: Use of DESeq2 Function for DEG Analysis (Part-3)
-
50Assignment-9: Use of DESeq Function
-
51What is Size Factor Estimation in DESEq2 ?
-
52What is dispersion Estimation in DESeq2?
-
53Hypothesis testing in DESeq2 for DEG Analysis
-
54Concept of P-value and P-Adjusted values
-
55Getting Differentially Expressed Gene at Different Alpha Value
-
56Assignment-10: Getting DEGs at 0.05 Alpha Value
-
57Converting Gene IDs to Gene Name
-
58Assignment-11: Converting Genes IDs to Gene Name
-
59Basic Quality Check Parameters
-
60Basic Concepts of PCA Plot
-
61Building PCA Plot of RNA-Seq Data
-
62Assignment-12: Generation of PCA Plot
-
63Size Factor Estimation and Its Calculation
-
64Assignment-13: Estimating Size Factor
-
65Dispersion Estimates and Building of Dispresion Plot
-
66Assignment-14: Building Dispersion Plot