Skip to main content

Posts

A Complete Guide for Autodock Vina

 Hello Everyone, In the following video we will explain how to use Autodock Vina for Molecular Docking. The video contains details about Downloading Installation Protein-Ligand Docking Tutorial
Recent posts

DeSeq - Differential Gene Expression Analysis on RNA-seq data - R Tutorial

 Deseq is one of the most commonly used package to calculate differential gene expression using R. In the following video, we using windows OS and R software to perform different expression analysis using DESEQ2 package. However, the same method can be performed on any of the following platforms:  Mac Windows Linux The following video will guide you through the steps of Deseq analysis.

Caculate gene expression with FeatureCounts - Step 7

 The final step is to calculate the gene expression values from the sorted indexed BAM file.  There are different ways to calculate the gene expression. However, here we will show FeatureCounts method to calculate the gene expression counts. The following video will guide you through the steps:  

Indexing BAM file using samtools - Step 6

 This is the second last step of processing RNA-seq files. Here we will show how the BAM files are indexed. The following video will guide you through the steps:  

FastQ to BAM - Align reads to the reference genome with STAR - Step 5

 The following video will guide you through the step of converting Fastq to BAM file:

Trimming of FastQ file (Trimmomatic) - Step 4

The poor quality reads and potential adapter sequences present in your file can be removed using the trimmomatic algorithm. The following video will guide you through the process of how to remove the poor quality reads from your fastq file. #Adapater #Sequences #Linux #Ubuntu

FASTQ quality check (FastQC) - Step 3

 After generating the Fastq file, first thing you need to check is the quality. The following video will guide you through the process that how to check the quality of fastq files using FASTQC Algorithm. #Fastqc