Literature DB >> 25431229

An efficient algorithm to explore liquid association on a genome-wide scale.

Tina Gunderson1, Yen-Yi Ho2.   

Abstract

BACKGROUND: The growing wealth of public available gene expression data has made the systemic studies of how genes interact in a cell become more feasible. Liquid association (LA) describes the extent to which coexpression of two genes may vary based on the expression level of a third gene (the controller gene). However, genome-wide application has been difficult and resource-intensive. We propose a new screening algorithm for more efficient processing of LA estimation on a genome-wide scale and apply its use to a Saccharomyces cerevisiae data set.
RESULTS: On a test subset of the data, the fast screening algorithm achieved >99.8% agreement with the exhaustive search of LA values, while reduced run time by 81-93 %. Using a well-known yeast cell-cycle data set with 6,178 genes, we identified triplet combinations with significantly large LA values. In an exploratory gene set enrichment analysis, the top terms for the controller genes in these triplets with large LA values are involved in some of the most fundamental processes in yeast such as energy regulation, transportation, and sporulation.
CONCLUSION: In summary, in this paper we propose a novel, efficient algorithm to explore LA on a genome-wide scale and identified triplets of interest in cell cycle pathways using the proposed method in a yeast data set. A software package named fastLiquidAssociation for implementing the algorithm is available through http://www.bioconductor.org .

Entities:  

Mesh:

Substances:

Year:  2014        PMID: 25431229      PMCID: PMC4255454          DOI: 10.1186/s12859-014-0371-5

Source DB:  PubMed          Journal:  BMC Bioinformatics        ISSN: 1471-2105            Impact factor:   3.169


Background

Large-scale gene expression data provide snapshots of transcription activity at a genome-wide scale. There is a growing wealth of gene expression data available in public databases (such as the Gene Expression Omnibus) and as well as the capability for easily generating additional data using high-throughput technologies. Many methods for the statistical analysis of gene expression data exist [1]. Initially data analyses for differential expression focuse on a single gene at a time [2-4]. These one-gene-at-a-time analyses separate data into groups depending on the phenotypic status and perform gene-by-gene analysis. However recently the focus has shifted to higher order coexpression patterns (i.e. correlations of the expression levels of two or more genes) with the belief that they may reflect more fully the complex interactions between genes [5-11]. One type of multi-dimensional differential expression analysis is called liquid association. Liquid association (LA) describes the extent to which coexpression of two genes (X1,X2) may vary based on the expression level of a third gene (X3), with the third gene being viewed as a controller gene that can represent the pathway status or the cellular state [7]. Liquid association has been demonstrated to be useful in identifying disease candidate genes for multiple sclerosis and performing dimension reduction for candidate genes in survival studies [12,13]. Li’s work [7] applied LA in two distinct ways. The first fixed a controller gene (i.e. the gene in the X3 position) or a small subset of controller genes and searched for pairs of genes (X1,X2) that showed significant liquid association while the second method reversed this process, specifying one or both of the pair of genes (X1,X2) and searching for a controller gene (X3) that regulates their correlation [7,8,12]. Software is available to assist in the calculation of individual liquid association triplets as in Li’s work, and one study has performed brute-force exhaustive searches for liquid association [14]; however neither of these approaches are efficient for genome-wide use. Computational analyses for LA on a genome-wide scale have proven more intractable due to the issue of dimensionality, with the number of possible combinations increasing exponentially in a situation where the number of samples is already greatly exceeded by the number of genes potentially of interest. For example, in a typical microarray with 6,000 genes, there are more than 1.079×1011 all possible triplet combinations need to be examined in a exhaustive search. In other words, assuming each LA calculation took one one-thousandth of a second, the full calculation of all possible values when performed in sequence would still take approximately 3.4 years. Obviously a different approach is needed. Thus in this paper, we develop a fast-screening algorithm with an R software package available for applying liquid association in a genome-wide scale search and implement it in a yeast data set.

Methods

Data set

We used the yeast dataset described in [15]. Yeast is a model organism for studying complex gene interdependencies due to its short generation time, ease of culture, and that yeast’s fundamental biological processes are conserved among all eukaryotes, which allows us to apply the increased understanding obtained to other organisms [16]. The raw data set is publically available at the Yeast Cell Cycle Analysis Project website and was also available in [15]. The data set contains the gene expression measures for 6,178 yeast genes under 73 normal growth conditions and was intended to represent a comprehensive catalog for transcripts that vary periodically within the cell cycle [15].

Methods for estimating liquid association

Li [7] used E(X1X2|X3) to measure the co-expression of X1 and X2, and ultimately results in an estimation of LA(X1,X2|X3)=E(X1X2X3), with the standard error obtainable by bootstrap [7]. Ho et al. [17] noted that Li’s measure does not account for instances where the conditional means and variances of X1 and X2 may depend on X3 and proposed a new measure named modified liquid association (MLA). Compared to Li’s original measure, MLA is able to consider more intricate co-dependencies among these variables and was proven to be more robust for data analysis applications [17]. Hence in the following analysis, we applied MLA to assess the magnitude of liquid association. To estimate MLA, both a robust direct estimate and a trivariate conditional normal model (CNM) framework were proposed in [17]. For instances where the CNM does not fit the data well, the more robust direct estimate with bootstrapping standard error can be used. The focus of the paper is to develop a screening algorithm which would make it faster to perform a genome-wide analysis of a data set to check for evidence of dependent coexpression. Our algorithm named fast liquid association (fastLA) seeks to reduce the number of triplets needing to be examined in depth in two steps: (1) screening and (2) model fitting and estimation. As illustrated in Figure 1, after proper preprocessing, in the screening step triplets unlikely to have a significant LA value were removed. The screening step relies on the |ρ| score, with ρ defined as:
Figure 1

A process map of the fastLA algorithm.

A process map of the fastLA algorithm. where ρ is the Pearson correlation when the third controller gene (X3) is high (in the top tertile) and ρ is the correlation when X3 is low (in the bottom tertile). ρ is a suitable screening measure for liquid association for the following reasons: (1) in the situation when X3 is discretized into three values: −1,0,1 by tertile binning, ρ equals to the liquid association measure by definition: where ρ is the correlation when X3 is in the middle tertile. Triplet combinations that exhibit large ρ value are likely to manifest large liquid association. (2) ρ can be computed much more quickly through matrix algebra than MLA estimation. After the first screening step, triplet combinations with a large |ρ| value were retained for further model fitting and estimation. As illustrated in Figure 1, during the second step of the algorithm, the magnitude of liquid association is estimated through the CNM if the model fits the triplet data well. Two versions for estimating MLA using the CNM are available, a full and simple version of the model, depending on which model fits the triplet data better. In the case when the CNM model does not adequately describe the data, the robust estimation can be used instead. More detail about the CNM and robust estimation procedure are described in [17]. Gene set enrichment analysis using Gene Ontology [18] were performed for the top triplet combinations identified in the yeast dataset [15].

Results

Validation

Similar to the approach applied by both Li [7] and Ho et al. [17], we first performed a normal quantile transformation of the data so that marginally each variable was normally distributed. This approach could also help to reduce the number of potential outliers in the data. In addition, each gene was also standardized to have mean 0 and variance 1. We removed any genes with greater than 30 % missing values. This reduced the number of genes being tested to 5,721. We randomly pick 50 genes and 250 genes from the yeast data set to determine agreement between ρ and liquid association estimates . The results are shown in Figure 2; in the plot on the left, the correlation between ρ and is 0.968 in the 50 gene subset; 0.960 in the 250 gene subset as illustrated by the plot in the middle; 0.990 for simulated data from multivariate normal distribution with mean 0 and identify variance-covariance matrix on the right. When absolute values were not taken, there was 100 % agreement in sign. We performed simple linear regression: . Interestingly, the β estimates are approximately 2.69, 2.68, and 2.75 respectively in the 50 subset, 250 subset, and simulated data from multivariate normal distribution. This value compares well to the possible maximum values for |ρ| (2.0) and as .
Figure 2

Comparison for all triplets of vs. | |. The plot for 50 gene subset is on the left, 250 gene subset in the middle, and simulated data from multivariate normal distribution with mean 0 and identify variance-covariance matrix on the right.

Comparison for all triplets of vs. | |. The plot for 50 gene subset is on the left, 250 gene subset in the middle, and simulated data from multivariate normal distribution with mean 0 and identify variance-covariance matrix on the right. Using the 250 genes subset, we performed the fastLA and an exhaustive analysis in order to perform a speed comparison as well as to test for sensitivity. Based on sensitivity analyses, the data was separated into three bins for the model-based estimate of MLA to minimize mean squared error according to Ho et al. [17]. Testing was performed at |ρ|=0.3 and 0.5. The proportion of the top 10,000 triplet sets found using fastLA versus those found using exhaustive liquid association analysis was >99% for both |ρ|=0.3 and 0.5 (at matches of 99.98% and 99.87% respectively). The proportion of the top 10,000 triplets missed by varying values of |ρ| are shown in Figure 3.
Figure 3

The percent missed in the top 10,000 triplets in the 250 gene subset by increasing values of | |.

The percent missed in the top 10,000 triplets in the 250 gene subset by increasing values of | |. By narrowing the triplets with |ρ|>0.5, we reduced the number of the triplet combinations needed to be examined from 7,719,000 to 918,688 triplets (11.9% of all triplet combinations) in the 250 gene subset analysis. In the middle plot of Figure 2, only two out of 7,719,000 triplets (rank 80 and 2680 among all triplets) have |MLA|>0.4 (≈ 50% of maximum MLA value) and are missed by ρ>0.5 screening criteria. Because of discretizing X3, there is a small reduction of resolution for measuring MLA using ρ in these two cases. However, the reduction in run time was substantial due to a much smaller number of triplets needed to be examined after the screening. Compared to the exhaustive analysis, the relative run time required for completion using the fastLA algorithm was 19.1% when using |ρ|=0.3 as the cut-off threshold and 6.51% when using |ρ|=0.5 (run times 2876 seconds and 979 seconds respectively vs. 15046 seconds using the exhaustive search). Processing was performed on servers at the Minnesota Supercomputing Institute on two-socket, quad-core 2.8 GHz Intel Xeon X5560 Nehalem EP processors with 22 GB of RAM. We set |ρ|=0.5 and implemented the fastLA algorithm in the yeast dataset. After the first screening step, 1.179×1010 (12.6%) triplets out of 9.357×1010 triplets remained in the second step. The results were sorted using the model-based estimation for liquid association. The top 10 triplet combinations are shown in Table 1 sorted by p-value [19], and a fuller list of the top 10,000 triplets is presented in the Additional file 1. In Table 1, the model column represents the way the p-value was derived (F = results from full CNM model, S = results from simple CNM model). For genes where the function is characterized, the RefSeq gene symbol is reported. For those genes whose function has not yet been characterized, the open reading frame ID was reported instead. In addition, we analyzed the data separately by four synchronization conditions in which the yeast experiments were performed. The box plots of gene expression, and the top 100 triplets with large MLA values in each synchronization condition are provided in the Additional files 2, 3, 4, 5, and 6 respectively.
Table 1

Top 10 triplets by p-value

X 1 / X 2 X 2 / X 1 X 3 ρ diff \documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document} ${\hat {MLA}}$ \end{document}MLA^ Wald p-value p-adj Model
1SKN1GAS2YGR149W1.3350.41749.0502.501E-125.332E-05F
2YCRX13WYFL052WSTL11.2340.41747.6005.217E-125.332E-05F
3UBC5RTG2MLH2-1.325-0.47146.7208.194E-125.332E-05F
4RSM28YLR281CPLB11.0420.40546.4709.290E-125.332E-05F
5SRO77SNQ2TFC3-1.029-0.40646.2801.023E-115.332E-05F
6YIM2THI80MUP11.2040.43746.1101.118E-115.332E-05F
7YIL169CYJL193WAIM451.1710.43145.2501.737E-117.100E-05F
8SIZ1MCM16AXL11.3680.44943.7003.826E-111.368E-04F
9PYC2HKR1YPR170C-1.199-0.43443.3904.489E-111.427E-04F
10SEO1YPL113CRSC4-1.162-0.41043.0305.389E-111.541E-04F
Top 10 triplets by p-value In saccharomyces cerevisiae, there are 171 genes with transcription factor specificities that show DNA binding ability and have at least 1 identified motif according to the yeast transcription factor compendium [20]. In the top 342 triplet combination with p value <10−8, 10 (5.8%) of the 171 genes were reported as the controller gene (X3) in the list. These 10 genes are provided in Additional file 7.

Results of GO analysis

We performed gene set enrichment analysis using GO [18] for the 342 triplet combinations with p value <10−8, both for the genes in the X3 position (328 unique genes) and for all genes in the triplets (905 unique genes) using a significance level α=0.05 for the analyses. The conditional Fisher’s exact test was used to account for the hierarchical structures in GO. We reported the top 15 GO terms using biological process ontology in Table 2 and 3. The full list of enriched GO terms in biological process, molecular function and cellular component ontology are reported in the Additional files 8, 9, 10, 11, 12, and 13. Pathways composed of fewer than five genes are not reported in the analysis.
Table 2

Top 15 GO terms for analysis using biological processes ontology

GOBPID Pvalue OddsRatio ExpCount Count Size Term
1GO:19011376.38E-031.9411.7421208Carbohydrate derivative biosynthetic process
2GO:00160726.75E-031.8713.3223236rRNA metabolic process
3GO:00059798.07E-0310.120.4538Regulation of glycogen biosynthetic process
4GO:00182028.07E-0310.120.4538Peptidyl-histidine modification
5GO:00511808.07E-0310.120.4538Vitamin transport
6GO:00014021.16E-028.430.5139Signal transduction involved in filamentous growth
7GO:00159861.16E-028.430.5139ATP synthesis coupled proton transport
8GO:00328851.16E-028.430.5139Regulation of polysaccharide biosynthetic process
9GO:00723481.97E-024.501.07419Sulfur compound transport
10GO:00432692.09E-026.320.62311Regulation of ion transport
11GO:00065062.15E-023.521.64529GPI anchor biosynthetic process
12GO:00093032.15E-023.521.64529rRNA transcription
13GO:00004622.21E-022.244.861086Maturation of SSU-rRNA from tricistronic rRNA transcript (SSU-rRNA, 5.8S rRNA, LSU-rRNA)
14GO:00165792.35E-024.221.13420Protein deubiquitination
15GO:00004792.61E-022.902.31641Endonucleolytic cleavage of tricistronic rRNA transcript (SSU-rRNA, 5.8S rRNA, LSU-rRNA)
Table 3

Top 15 GO terms for full triplet analysis using biological processes ontology

GOBPID p-value OddsRatio ExpCount Count Size Term
1GO:00063352.72E-0321.390.7945DNA replication-dependent nucleosome assembly
2GO:00060964.37E-033.114.741130Glycolysis
3GO:00090717.13E-0310.690.9546Serine family amino acid catabolic process
4GO:00002661.46E-027.131.1147Mitochondrial fission
5GO:00156771.46E-027.131.1147Copper ion import
6GO:00429381.46E-027.131.1147Dipeptide transport
7GO:00092051.95E-021.5921.5131136Purine ribonucleoside triphosphate metabolic process
8GO:00714702.18E-022.445.061032Cellular response to osmotic stress
9GO:00010792.55E-025.341.2748Nitrogen catabolite regulation of transcription from RNA polymerase II promoter
10GO:00511802.55E-025.341.2748Vitamin transport
11GO:00061842.82E-021.7612.181977GTP catabolic process
12GO:00064462.84E-022.883.16720Regulation of translational initiation
13GO:00328892.94E-023.821.90512Regulation of vacuole fusion, non-autophagic
14GO:00001542.97E-023.212.53616rRNA modification
15GO:00060003.07E-028.010.7935Fructose metabolic process
Top 15 GO terms for analysis using biological processes ontology Top 15 GO terms for full triplet analysis using biological processes ontology Given that the Spellmen et al. experiments created nutrient-depleted conditions for growth, it is biologically feasible to see that for the controller position (X3), many top terms are involved energy regulation such as carbohydrate derivative, glycogen, and polysaccharide biosynthesis described in Table 2. Glycogen in yeast is formed during periods where carbon, nitrogen, phosphorus or sulfur is limited [21]. In addition, several top terms are related to transportation of cellular molecules such as vitamin, sulfur compound, and ion. Furthermore, GPI-anchor protein biosynthesis could be related to cell wall formation for sporulation during nutrient-depleted environment. The results from the analyses using the full triplet set trend toward functions of energy regulation, and transport of molecules as shown in Table 3. Glycolysis is related to the utilization of glucose. In addition, regulation of lipid, carbohydrate, hexose, purine ribonucleotide could also be involved in energy regulation process. The findings presented by GO analysis could suggest feasible biological hypotheses; however, liquid association measure describes ‘association” between gene triplet, but it does not necessary confers “causation.” Further functional experiments will be needed to validate the top triplets identified with large MLA values.

Discussion

In the data analysis, we set |ρ|=0.5. There are a few considerations about setting the threshold value for |ρ|. The maximum value is theoretically 2 (as ρ=ρ−ρ and ). For general use, too high a value for |ρ| risks missing those triplets whose MLA values are not fully reflected by the more simplistic correlation, while too low a value approaches testing all possible triplets and forfeits any increase in testing efficiency. We set the default value at 0.5 (25% of the realizable correlation difference) as we found >99.98% of the triplets with a large MLA were captured by setting |ρ|=0.5 in the validation subset. If we increase the threshold for the |ρ| cutoff, we could further decrease time without substantial loss in sensitivity. Of the top 10,000 triplets, only 128 would have been missed using a cutoff of |ρ|=1.0. However, this would have substantially decreased the number of triplets that needed to be checked for MLA estimates, which in turn would have helped decrease memory usage and overall processing time. In the algorithm, ρ is calculated based on the difference between a “high” versus “low” subset of the data for each gene in the controller position. Initially the median (after removal of any data with a missing value in the X3 position) was used as the demarcation between the high and low subsets. However, we found that the central points diluted the ρ estimate and decreased sensitivity. The algorithm was respecified to split the data into three parts based on the X3 values, with high being the top third and low being the bottom third in our analysis. By using the upper and lower tertiles for Z expression, the values of ρ increase in triplets with large liquid association and hence increase the sensitivity to identify triplets with large MLA values. Based on data obtained in the verification process, we used this specification of the algorithm in this analysis. Furthermore, the splitting of X3 can be easily modified for other analysis; however, in practice, we suggest to have between 15 to 30 samples as recommended by Ho et al. [17] samples in each bin to achieve stable estimates of ρ. During the course of parameter estimations using the CNM models, we identified a subset of triplets where the CNM does not fit the data well. In total, of the 2.8605×107 triplets that were tested using the full model, 23,830 triplets can not be adequately described by the CNM full model. Of these 23,830 triplets, 21,935 (92.0%) triplets were estimated using the simple CNM model, and 1,895 (7.95%) were estimated using the robust method. After investigating these triplets, we identified the following possible explanations for why they are not appropriately fit by the CNM: (1) The distribution of X1,X2 is not bivariate normal with respect to X3, (2) The change in is non-linear with respect to X3, or (3) The model’s reliance on Pearson correlation makes it more sensitive to outliers. None of the triplets tested using the direct estimate method were found to be of sufficiently low adjusted p-value to be included in the set of the top gene triplet combinations. Figure 4 provides example scatter plots of triplets that do not fit the CNM well. The first row is an example of non-linear changes in correlation with regards to the value of the X3 gene. The second row provides an illustration of the bins’ susceptibility to outliers, in the that correlation for both the leftmost and center plots would be changed without the single outlier on the left. In these cases, the robust estimation procedure is more appropriate to assess the magnitude of liquid association.
Figure 4

Triplets with lack of fit to the conditional normal model (CNM). The X 1,X 2 genes form the axes and the title lists the X 3 gene.

Triplets with lack of fit to the conditional normal model (CNM). The X 1,X 2 genes form the axes and the title lists the X 3 gene. A concern that has been raised in regards to using Hypergeometric-based tests is the problem of defining the gene universe. When a larger gene universe is used, it in general will tend to (assuming all other variables remain the same) have the effect of making the p-value seem more significant [4]. Given the genome-wide scope and nature of our testing (in that a priori, we had no way of distinguishing which genes might be found to be “interesting” and thus all genes were equally likely to be selected), it was decided that all analyzed genes would be included in the gene universe for analysis and the results interpreted conservatively. While the data used from Spellman et al. were obtained from cDNA arrays and thus more likely to have prior rationale of biological plausibility for probe inclusion, for commercial chips performing some non-specific filtering prior to analysis may help reduce the size of the gene universe and manage to avoid the issue.

Conclusion

We proposed the fastLA algorithm for exploring liquid association in a genome-wide scale. Some modifications of the fast liquid association algorithm could be: (1) For binary traits, ρ can be used as the liquid association measure. Our algorithm can be easily adapted to the binary case, (2) Use a rank-based correlation statistic. Using non-parametric correlation would make the model more robust to outliers and potential violations of the assumption that the variables are bivariately normally distributed; however, rank-based correlation statistic could be less statistically powerful comparing to the Pearson correlation. On the basis of the results of this study, it appears that ρ would be an appropriate screening metric for MLA in use for exploratory genome-wide searches and that both metrics are suitable for identifying triplets of interest. Given the high correlation observed between ρ and MLA and the increased speed of calculation of ρ due to its matrix manipulation to perform the estimate, this would significantly reduce both processing time and memory requirements. While there remain reservations that ρ may not be suitable for a comprehensive identification of triplets of significant p-values, nevertheless it is a fast and efficient screening tool to identify potentially significant gene triplets using liquid association.
  17 in total

1.  A comparative review of statistical methods for discovering differentially expressed genes in replicated microarray experiments.

Authors:  Wei Pan
Journal:  Bioinformatics       Date:  2002-04       Impact factor: 6.937

2.  Using GOstats to test gene lists for GO term association.

Authors:  S Falcon; R Gentleman
Journal:  Bioinformatics       Date:  2006-11-10       Impact factor: 6.937

3.  Extracting three-way gene interactions from microarray data.

Authors:  Jiexin Zhang; Yuan Ji; Li Zhang
Journal:  Bioinformatics       Date:  2007-10-05       Impact factor: 6.937

4.  Yeast as a model organism.

Authors:  D Botstein; S A Chervitz; J M Cherry
Journal:  Science       Date:  1997-08-29       Impact factor: 47.728

5.  A system for enhancing genome-wide coexpression dynamics study.

Authors:  Ker-Chau Li; Ching-Ti Liu; Wei Sun; Shinsheng Yuan; Tianwei Yu
Journal:  Proc Natl Acad Sci U S A       Date:  2004-10-18       Impact factor: 11.205

6.  Comprehensive identification of cell cycle-regulated genes of the yeast Saccharomyces cerevisiae by microarray hybridization.

Authors:  P T Spellman; G Sherlock; M Q Zhang; V R Iyer; K Anders; M B Eisen; P O Brown; D Botstein; B Futcher
Journal:  Mol Biol Cell       Date:  1998-12       Impact factor: 4.138

7.  A statistical method for identifying differential gene-gene co-expression patterns.

Authors:  Yinglei Lai; Baolin Wu; Liang Chen; Hongyu Zhao
Journal:  Bioinformatics       Date:  2004-07-01       Impact factor: 6.937

8.  YeTFaSCo: a database of evaluated yeast transcription factor sequence specificities.

Authors:  Carl G de Boer; Timothy R Hughes
Journal:  Nucleic Acids Res       Date:  2011-11-18       Impact factor: 16.971

9.  Finding disease candidate genes by liquid association.

Authors:  Ker-Chau Li; Aarno Palotie; Shinsheng Yuan; Denis Bronnikov; Daniel Chen; Xuelian Wei; Oi-Wa Choi; Janna Saarela; Leena Peltonen
Journal:  Genome Biol       Date:  2007       Impact factor: 13.583

10.  Searching for differentially expressed gene combinations.

Authors:  Marcel Dettling; Edward Gabrielson; Giovanni Parmigiani
Journal:  Genome Biol       Date:  2005-09-19       Impact factor: 13.583

View more
  4 in total

1.  Meta-analytic framework for liquid association.

Authors:  Lin Wang; Silvia Liu; Ying Ding; Shin-Sheng Yuan; Yen-Yi Ho; George C Tseng
Journal:  Bioinformatics       Date:  2017-07-15       Impact factor: 6.937

2.  Three-way interaction model to trace the mechanisms involved in Alzheimer's disease transgenic mice.

Authors:  Nasibeh Khayer; Sayed-Amir Marashi; Mehdi Mirzaie; Fatemeh Goshadrou
Journal:  PLoS One       Date:  2017-09-21       Impact factor: 3.240

3.  Rps27a might act as a controller of microglia activation in triggering neurodegenerative diseases.

Authors:  Nasibeh Khayer; Mehdi Mirzaie; Sayed-Amir Marashi; Maryam Jalessi
Journal:  PLoS One       Date:  2020-09-17       Impact factor: 3.240

4.  Modeling dynamic correlation in zero-inflated bivariate count data with applications to single-cell RNA sequencing data.

Authors:  Zhen Yang; Yen-Yi Ho
Journal:  Biometrics       Date:  2021-03-30       Impact factor: 1.701

  4 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.