DNA and RNA sequencing has been a very significant part of molecular biology. RNA sequencing especially anchors itself to the problem of identifying the underlying basis of phenotypic variation. The scope of the phenotypic variation spans from the population level differences in certain biological trait to disease pathology of an individual or a group of individuals. But there are few questions: How to get the huge and complicated sequencing results to make the sequencing data more meaningful, how to select genes related to the biological phenotype, and how to discover the biological pathways that play a key role in the biological process? , to reveal and understand the biology and the basic molecular mechanism of the process. This is where quantification of expressed genes and further refinement of the significant gene candidates takes place.
The analyses of RNA sequence data usually involve identifying genes that respond to a particular stimulus, experimental treatment or show phenotypic differences between two biological groups. The process of quantifying the RNA sequence reads and estimating the variation in transcriptome profiles is called DGEA (Differential Gene Expression Analyses). There are several web and desktop tools (R and python packages) to run DGEA on the aligned RNAseq data. The next step after the DGEA is to further refine the transcriptome profiles by gene families and functions. The main reason for doing this is to identify a group of genes that belong to a certain functional group which will help us justify the phenotype differences between the groups or variation in phenotypic response between the treatment groups. The tools for functional analyses of differentially expressed genes span a variety of methods and are put in 3 major categories: ORA (Over representation analysis), FCS (Functional Class Scoring), and PT (Path Topology).
The overall goal of functional analysis is to provide biological insight into the mechanism of gene to phenotype path. Any identified differentially expressed gene candidates should be analyzed in the context of our experimental hypothesis: e.g say we make a hypothesis that, “FMRP and MOV10 associate and regulate the translation of a subset of RNAs”. This hypothesis would need to be specifically tested to see if a RNAseq candidate shows a significant DGE. Furthermore, the test should be followed on to check if the expression differences are also significant when accounting for the expression of background genes. Therefore, based on the authors’ hypothesis, we may expect the enrichment of processes/pathways related to translation, splicing, and the regulation of mRNAs, which we would need to validate experimentally.
“Cluster Profiler” is a R package that provides a statistical tests of over-representation analyses of the GO (gene ontology) terms associated with the list of genes that have shown statistically significant expression differences. The tool takes two inputs: a list of genes that has shown significant expression differences and a list of background gens. A statistical enrichment analysis test is performed using hypergeometric testing. The basic argument of the package allows selecting among GO ontology measures BP (Biological Process), CC (Cellular Component), MF (Molecular Function) to test.
The package supports the following type of analyses:
This package is available on bioconductor https://bioconductor.org/packages/release/bioc/html/clusterProfiler.html
This package implements methods to analyze and visualize functional profiles (GO and KEGG) of gene and gene clusters.
The package takes input data from different sources (microarray, RNAseq). After differential analysis, ordinary enrichment analysis (ORA) can be performed using the packages and tools like enrichGO, KEGG.
For common model species, you can use the OrgDb annotation package in Bioconductor to achieve id conversion (so far supports annotations for 20 different species, such as humans, mice, fruit flies, zebrafish, etc.).
For unusual non-model species, this can be achieved through AnnotationHub.
2.1 The specific steps of GO are as follows:
2.2 The specific operation steps of GO GSEA enrichment are as follows:
2.3 The specific steps of KEGG are as follows:
2.4 The specific steps of GSEA enrichment of KEGG are as follows:
We use cookies to enhance your browsing experience. To learn more please see our Privacy Policy
By continuing you agree to our use of cookies.
The field is required.
I agree that Novogene Corporation may use this information to contact me to assist with my request. I understand that all personal information I have submitted will be kept confidential in accordance with Novogene's privacy policy.