Literature DB >> 29246520

A Stack-based Ensemble Framework for Detecting Cancer MicroRNA Biomarkers.

Sriparna Saha1, Sayantan Mitra2, Ravi Kant Yadav2.   

Abstract

MicroRNA (miRNA) plays vital roles in biological processes like RNA splicing and regulation of gene expression. Studies have revealed that there might be possible links between oncogenesis and expression profiles of some miRNAs, due to their differential expression between normal and tumor tissues. However, the automatic classification of miRNAs into different categories by considering the similarity of their expression values has rarely been addressed. This article proposes a solution framework for solving some real-life classification problems related to cancer, miRNA, and mRNA expression datasets. In the first stage, a multiobjective optimization based framework, non-dominated sorting genetic algorithm II, is proposed to automatically determine the appropriate classifier type, along with its suitable parameter and feature combinations, pertinent for classifying a given dataset. In the second page, a stack-based ensemble technique is employed to get a single combinatorial solution from the set of solutions obtained in the first stage. The performance of the proposed two-stage approach is evaluated on several cancer and RNA expression profile datasets. Compared to several state-of-the-art approaches for classifying different datasets, our method shows supremacy in the accuracy of classification.
Copyright © 2017 Beijing Institute of Genomics, Chinese Academy of Sciences and Genetics Society of China. Production and hosting by Elsevier B.V. All rights reserved.

Entities:  

Keywords:  MicroRNA; Multiobjective optimization; Non-dominated sorting genetic algorithm; Sequential minimal optimizer

Mesh:

Substances:

Year:  2017        PMID: 29246520      PMCID: PMC5828659          DOI: 10.1016/j.gpb.2016.10.006

Source DB:  PubMed          Journal:  Genomics Proteomics Bioinformatics        ISSN: 1672-0229            Impact factor:   7.691


Introduction

Cancer is one of the leading causes of death in the world [1], [2], making it imperative to detect cancer in the early stages for proper diagnosis. MicroRNAs (miRNAs) have been reportedly linked with various types of cancers and expressed differentially in tumor versus normal tissues [3], [4], [5]. However, most of miRNA studies [6], [7], [8], [9], [10], [11], [12], [13] focus on biological aspects. miRNAs can be categorized into normal and tumor types depending on their expression levels. Therefore, automatic classification of a miRNA sample into any of these two classes is a pressing problem. Many supervised machine learning algorithms have been developed for data classification, which take labeled data as input and produce inference for mapping the unknown data [14], [15]. These algorithms comprise of several parameters whose values can be changed according to the problem at hand, thus improving the classification performance. For instance, Gaspar-Cunha et al. [16] developed an algorithm named Reduced Pareto Set Genetic Algorithm with elitism (RPSGAe) by combining a multiobjective based optimization framework [17] with support vector machine (SVM) [18] for automatic classification of single proton emission computed tomography (SPECT) data. Peng et al. [19] used SVM-based recursive feature elimination technique (SVM-nRFE) to select the appropriate set of mRNAs and miRNAs for cancer tissue classification, whereas Mukhopadhyay et al. [20] used a multiobjective evolutionary algorithm (MOGA) technique with SVM as a wrapper to select appropriate miRNAs for classification of normal and tumor tissues. All these studies suffer from the same drawback, i.e., use of only one single classifier like SVM [18], while no single classifier is suitable for solving different classification problems. Some classifiers perform well for some domains whereas others perform well for some other domains. Therefore, it is pivotal to automatically select the classifier from a set of classifiers for a particular classification problem. Moreover, automatic selection of feature and parameter combination corresponding to the selected classifier is also necessary. However, none of the existing approaches [16], [19], [20] provides a way to combine the set of solutions obtained after the application of any multi-objective optimization-based technique. In the current study, we considered the problem of automatic classifier selection and the corresponding feature and parameter combination selection as a multi-objective optimization problem [17]. We thus developed a multi-objective optimization-based two-stage algorithm and evaluated its performance using real SPECT dataset and miRNA and mRNA expression datasets.

Method

Formulation of the proposed approach using multiobjective optimization

An automatic approach was proposed for selecting a set of classifiers from a group of classifiers, by optimizing precision, recall, and number of selected features simultaneously using a multiobjective optimization technique. The selected classifiers are then applied to the datasets to obtain the final result using stack-based ensemble technique. The proposed methodology comprises two stage approaches, which are explained below.

First stage

We used the search capability of a popular multi-objective optimization technique, non-dominated sorting genetic algorithm-II (NSGA-II) [17] to determine the appropriate classifier type, parameter combination and feature combination from a given classification problem. The basic steps of NSGA-II are shown in Figure S1.

String representation

Individuals or strings are used as inputs to NSGA-II-based approach. A string encodes a possible solution for the given problem. As there are three subcomponents of the given problem, the string is represented in three parts, i.e., classifier type, parameter, and feature combinations (Figure 1).
Figure 1

Two stages of the proposed NSGA-II-based approach

A. String/solution representation showing the first stage. There are three parts involved, including the type of classifier, parameters corresponding to the selected classifier, and feature combination. B. Stack-based ensemble showing the second stage of the proposed approach. S1, S2, …, S represent the samples present in the dataset; F1, F2, …, F represent the corresponding features; P1, P2, …, P represent the predicted class labels corresponding to a particular classifier. The absence and presence of a particular feature are indicated with “0” and “1”, respectively. NSGA-II, non-dominated sorting genetic algorithm-II.

Two stages of the proposed NSGA-II-based approach A. String/solution representation showing the first stage. There are three parts involved, including the type of classifier, parameters corresponding to the selected classifier, and feature combination. B. Stack-based ensemble showing the second stage of the proposed approach. S1, S2, …, S represent the samples present in the dataset; F1, F2, …, F represent the corresponding features; P1, P2, …, P represent the predicted class labels corresponding to a particular classifier. The absence and presence of a particular feature are indicated with “0” and “1”, respectively. NSGA-II, non-dominated sorting genetic algorithm-II. The first part represents the type of the classifier used. In the current study, four classifiers were used, including random forest (RF), random tree (RT), sequential minimal optimization (SMO), and logistic regression (LR) [21]. Any one of these four classifiers is present in a particular solution, with values 1, 2, 3, and 4 representing RF, RT, SMO, and LR, respectively. The second part of the string/solution contains the parameters corresponding to a specific classifier. Parameters used in RF include the number of trees (possible values: 10, 20, and 30) and the number of features (possible values: 0, 5, and 6). Parameters used in RT include the minimum total weight of instance in a leaf (possible values: 1.0, 1.05, and 1.25) and the number of randomly-chosen features (possible values: 0, 3, and 7). Only a single parameter of SMO, complexity, was considered in our algorithm (possible values: 1, 3, and 8). No particular parameter values were determined for LR; instead, the default values are used. Finally the third component of the solution/string represents features in the form of binary string where “0” and “1” indicate the absence and presence of a particular feature, respectively.

Population initialization

Initialization of all strings is automatically performed. The first part can randomly select values 1, 2, 3, or 4 to represent RF, RT, SMO, and LR, respectively. The second part of the string is initialized by selecting random values from the given set to assign the parameter values corresponding to a particular classifier. For example, if the first part of the string contains the value 3 (SMO), then a parameter value of 1, 3, or 8 can be randomly selected from the set. Finally, the third part is initialized with values “0” or “1”. If the dataset contains total N features, then each feature position is initialized to 0 or 1. Thus a binary string of size N is generated.

Objective function calculation

Let (S) denote a set of features whose values are “1” in the feature part of the string/solution (third part). The encoded classifier and its parameter and feature combinations (S) are obtained. The selected classifier, along with selected parameter and feature combinations, is executed on the available dataset using leave-one-out cross-validation (LOOCV). Two classification quality measures, average precision [22] and recall [22] values are calculated and used as the first two objective functions whose values are to be maximized (higher values of precision and recall correspond to good classification qualities). The third one, i.e., the number of features (S), is to be minimized. The objective of the current work is to select that particular classifier which provides good performance (with respect to recall and precision) with minimum number of features.

Genetic operators

Three mutation operators are defined to obtain more diversified solutions. Type 1 is for changes present in the whole string, type 2 is for changes present in the parameter and feature combinations, while type 3 is for changes present only in the feature combination. Any of the above mentioned mutation operations are applied to a particular string at a given generation. The other operations of NSGA-II are applied to explore the search space judiciously. Another search operation, namely crossover operation that is used to exchange information between two given solutions is applied only on the feature part of the string using normal single point crossover operator.

Termination criterion

The process of fitness computation, selection, crossover, and mutation is executed for the fixed number of generations (100 iterations by default). At the last iteration of NSGA-II, a set of non-dominated solutions (containing type of classifier with its selected parameters and features that is to be applied on the datasets) is provided in the ranking order, with “rank 1” being the highest.

Second stage

Outputs of all the “rank 1” solutions obtained from the first stage were combined in the second stage. Unique solutions from the solution set were retrieved; each unique solution represents a particular classifier type with a set of features and parameter combinations. This classifier is executed on the training dataset to predict the class label of each data sample. The class labels are converted to “0” and “1” for binary classification problem, with “1” representing the positive class (normal type) and “0” representing the negative class (tumor type). For multiple-class problem one-vs.-rest strategy is used. This strategy involves training a single classifier per class, with the samples of that class as positive samples, “1” and all other samples as negatives, “0”. If N unique solutions are present in solution set from stage 1, totally N predictions would be available for each sample of the training set. These N predictions are added as the feature values of that particular sample of the training set. In this way, we generate a new training dataset. Similarly a new test dataset is also generated by adding the predictions of N classifiers to the available feature combinations for all the samples. Now a new classifier (selected classifier with the highest F-measure value from the first-stage) is executed on the newlygenerated training set to build the model, and the generated model is tested on the new test set. The accuracy of the final test set is calculated and used as the final accuracy of the combined solutions. The stack-based ensemble approach and the complete procedure of our algorithm are shown in Figure 1 and Figure 2, respectively.
Figure 2

Steps of the proposed method

Steps of the proposed method

Datasets

We used five datasets, GCM miRNA, GCM mRNA, GCM miRNA_217, SRBCT, and brain tumor (POM) to evaluate the performance of the proposed method. The first three datasets are mammalian cancer datasets downloaded from http://portals.broadinstitute.org/cgi-bin/cancer/datasets.cgi. Total 11 datasets containing 89 samples of both normal and tumor types were extracted from GCM mRNA dataset [23], with each sample having 16,063 mRNAs (i.e., features). Similarly, 11 datasets containing 89 samples of both normal and tumor types were extracted from GCM miRNA dataset [23], with each sample having 217 miRNAs (i.e., features). The original dataset for GCM miRNA_217 expression profiles’ dataset [23] contains 218 samples of both normal and tissue types. Each sample contains 217 miRNAs from different tumor types. From this dataset, 6 datasets were extracted containing samples from kidney, colon, prostate, lung, breast, and uterus; thus giving a total of 75 samples of both normal and tissue types. The datasets are divided into 60% samples in the training set and 40% samples in the test set, and the class distributions are kept uniform in both sets. The SPECT dataset was obtained from https://archive.ics.uci.edu/ml/datasets/spect+heart and the complete dataset is divided into two sets. The training set and test set contained 80 and 187 samples of both benign and malign classes, respectively, with each sample having 44 features. The brain tumor dataset (POM dataset) was obtained from http://www.gems-system.org/, which contains 90 samples with each sample having 5921 features. The training set and test set of POM dataset contained 42 and 48 samples, respectively.

Data preprocessing

SPECT dataset was directly used for analysis due to the limited number of features. Data preprocessing was performed to reduce the dimensionality of feature space for the GCM miRNA, GCM mRNA, and POM datasets, since the number of available features is 217, 16,063, and 5921, respectively. We used “Chi squared attribute evaluation” as a feature selection algorithm [24], which evaluates the features by calculating the Χ2 values of all the features. The Χ2 values are sorted in the descending order and features with top 100 highest Χ2 values are used in our algorithm. For GCM miRNA 217 dataset, different data preprocessing steps are applied. Each sample is first normalized to have variance = 1 and mean = 0. The signal-to-noise-ratio (SNR) was used as the initial filtering method to reduce the miRNA feature set. SNR is given bywhere µ1 and µ2 denote the means, and σ1 and σ2 denote the standard deviations of normal and tumor classes for the corresponding miRNA, respectively. SNR values of 217 miRNAs were ranked in a decreasing order and miRNAs with SNR value ≥the mean of all absolute SNR values were retained. As a result, 99 out of 217 miRNAs (i.e., features) are used in our proposed algorithm.

Results and discussion

We applied our proposed multiobjective optimization based algorithm on the given datasets for fixed number of generations. The parameters for our proposed algorithm are as follows: initial population size = 52, number of generations = 50, mutation probability = 0.1, and crossover probability = 0.9. Three quality measures, namely precision, recall, and number of features, are used for performance evaluation. Good classification corresponds to high recall and precision values and low number of features. Weka was adopted for classification [21], since it is an easy and simple tool to use and contains all the classifiers used in our proposed algorithm. Default parameters are used for SVM-nRFE as described previously [19].

Performance analysis

The final obtained accuracies for all the datasets examined are shown in Table 1. Accuracy for SPECT dataset was 95.87%, whereas accuracies for the three GCM datasets were more than 97%. The high accuracies for the latter datasets could be due to fewer samples included in these datasets than those in the SPECT dataset. However, compared to the SPECT dataset, lower accuracy was found for POM dataset in spite of having fewer instances, because there are more classes in POM dataset (5 classes) than in SPECT dataset (2 classes).
Table 1

Performance comparison between the proposed approach and SVM-nRFE

DatasetNo. of samplesNo. of featuresOur proposed approach
Accuracy (%) of SVM-nRFE
PrecisionRecallNo. of features usedNo. of unique solutions obtainedAccuracy (%)
SPECT267440.94891.0000171895.8787.30
GCM miRNA891000.93500.959713697.4395.80
GCM mRNA891000.96700.980416797.1494.60
GCM miRNA 21775990.94600.978012897.1188.30
POM901000.86300.8400232084.0076.00

Note: SVM-nRFE, support vector machine-based recursive feature elimination technique.

Performance comparison between the proposed approach and SVM-nRFE Note: SVM-nRFE, support vector machine-based recursive feature elimination technique. Table 1 also shows the number of unique solutions obtained from the best population (good convergence and less diversity) in the first stage of the proposed approach for each dataset. The diversified unique solutions (good convergence and good diversity) obtained in the first stage for GCM miRNA 217 and GCM mRNA datasets are shown in Table S1 and Table S2, respectively. As shown in Table S1, there are 8 unique solutions with different classifiers and parameter combinations for the GCM miRNA 217. These solutions are obtained from the set of solutions whose ranks were “1” in the final population obtained from the first stage.

Comparative study

To further demonstrate the effectiveness of our proposed algorithm, we compared our algorithm with several algorithms like MOGA [20], RPSGAe [16], SVM-nRFE [19], SCAD [25], LASSO [26], and ranksum [27], [28] for various available datasets. As shown in Table 1, higher accuracies were achieved using our algorithm than using SVM-nRFE approach [19] for all the datasets tested. For SPECT dataset, we also compared the performance of our algorithm with RPSGAe approach using F-measure. As a result, F-measure was 96.80% using our method as compared to 95.10% using RPSGAe [16], indicating that our algorithm in general performs better than RPSGAe [16]. Furthermore, we compared our algorithm with several available algorithms for GCM miRNA 217 dataset and found that our proposed approach performed better than all the existing methods examined in terms of accuracy (Table S3). A set of solutions (Pareto-optimal set) containing different classifier types and different parameter and feature combinations were generated in the first stage of our algorithm. The minimum and maximum numbers of features selected by the solutions on the final Pareto optimal front are shown in Table S4. The number of features and the accuracy were used as the criteria to select unique solutions. Given the trade-off between the number of features and accuracy, we considered the feature set with maximum accuracy but the minimum possible number of features. We found that accuracies obtained for the three GCM datasets were much higher than that for SPECT dataset (>90% for GCM datasets vs. 75.40% for SPECT) (Table S5). The accuracy could be further improved by combining solutions obtained from both the first stage and the second stage. For all the cases, performance was further improved in the second stage over the first stage (comparing the accuracies in Table S5 and Table 1), demonstrating the benefit of combining the solutions obtained from the first stage using a stacked-based ensemble approach.

Biological significance

Features reported in Table S5 are used to analyze the biological significance of the selected miRNAs corresponding to GCM miRNA and GCM miRNA 217 datasets. We first determined the number of mRNAs targeted by the miRNAs obtained from the first stage of our algorithm for these datasets, using miRDB database (version 5.0; http://mirdb.org/) for target prediction. Human cancer miRNA network [29] was also employed to find cancer types associated with the corresponding miRNAs. Table 2 and Table 3 report the number of mRNA targets and cancer types associated with each selected miRNA corresponding to GCM miRNA and GCM miRNA 217 datasets, respectively. GCM_miRNA dataset is a mammalian dataset, hence mouse miRNAs initially got selected by the algorithm were not further analyzed. As a result, only 9 out of 11 selected miRNAs are considered for GCM miRNA dataset (Table 2). Similarly, the three mouse miRNAs were not further analyzed for the miRNA 217 dataset. In addition, no cancer type was listed for miRNA hsa-miR-220 (Table 3), which is no longer considered as a miRNA [30].
Table 2

Number of mRNA targets and cancer types associated with the selected miRNAs for the GCM miRNA dataset

No.miRNANo. of mRNA targetsCancer type associated
1hsa-miR-18682HCC/liver, lung, follicular lymphoma
2hsa-miR-101671Breast, lung, ovary
3hsa-miR-126*644Colon, CNS, lung, hematologic, HCC/liver
4hsa-miR-30d1603CNS
5hsa-miR-30a1609Lung
6hsa-miR-152559Colon, hematologic
7hsa-miR-148945Pancreas
8hsa-miR-1851517Bladder, kidney
9hsa-miR-199a*621Colon, HCC/liver, hematologic
10mmu-miR-342542
11mmu-miR-340538

Note: Data were generated based on the data obtained in [29], which is a mammalian dataset. HCC, hepatocellular carcinoma; CNS, central nervous system.

Table 3

Number of mRNA targets and cancer types associated with the selected miRNAs for the GCM miRNA 217 dataset

No.miRNANo. of mRNA targetsCancer type associated
1hsa-miR-99a41Colon, lung, uterus, hematologic
2hsa-miR-197436CNS, thyroid, uterus
3hsa-miR-220
4hsa-miR-1951497CLL, CNS, HCC/liver, lung, hematologic, uterus
5hsa-miR-154373CNS
6hsa-miR-18445Uterus
7hsa-miR-133a310Bladder, breast
8hsa-miR-32880Colon, pancreas, lung, prostate, uterus
9mmu-miR-292497
10mmu-miR-293*266
11mmu-miR-339256

Note: GCM miRNA217 dataset was generated based on the data obtained in [29], which is a mammalian dataset. HCC, hepatocellular carcinoma; CNS, central nervous system; CLL, chronic lymphocytic leukemia.

Number of mRNA targets and cancer types associated with the selected miRNAs for the GCM miRNA dataset Note: Data were generated based on the data obtained in [29], which is a mammalian dataset. HCC, hepatocellular carcinoma; CNS, central nervous system. Number of mRNA targets and cancer types associated with the selected miRNAs for the GCM miRNA 217 dataset Note: GCM miRNA217 dataset was generated based on the data obtained in [29], which is a mammalian dataset. HCC, hepatocellular carcinoma; CNS, central nervous system; CLL, chronic lymphocytic leukemia. To identify the biological activities associated with the miRNAs selected using our approach, we performed KEGG pathway enrichment analysis of the target genes using the database for annotation, visualization and integrated discovery (DAVID; http://david.abcc.ncifcrf.gov). The KEGG pathways of the obtained miRNAs with cancer types associated (Table 2 and Table 3), along with their P values for GCM miRNA dataset and GCM miRNA 217 dataset, are shown in Table 4 and Table 5, respectively. It was found that the term “pathways in cancer” was present most frequently in the selected pathways. Moreover, specific cancer pathways also appeared as the significant pathways for the individual miRNA markers. For example, hsa-miR-126∗ is involved in colorectal cancer pathway; hsa-miR-30d and hsa-miR-30a have target genes involved in the pathway of renal cell carcinoma and prostate cancer; similarly, hsa-miR-32 is involved in small-cell lung cancer pathway. These data indicate that the selected miRNAs are associated with different cancer pathways and thus can be potentially considered as miRNA markers for cancer.
Table 4

Top significant KEGG pathways identified for the GCM miRNA dataset

No.miRNAKEGG pathwayP value
1hsa-miR-18Gap junctionApoptosisEndocytosisHedgehog signaling pathwayVascular smooth muscle contraction5.2E−31.8E−23.2E−24.4E−25.1E−2



2hsa-miR-101Ubiquitin mediated proteolysisLysosome8.8E−35.4E−2



3hsa-miR-126*MelanogenesisWnt signaling pathwayLong-term potentiationPathways in cancerColorectal cancer1.5E−21.9E−22.0E−22.2E−22.9E−2



4hsa-miR-30dUbiquitin mediated proteolysisRenal cell carcinomaProstate cancerLong-term potentiationPathways in cancer2.1E−33.0E−34.8E−36.3E−32.4E−2



5hsa-miR-30aUbiquitin mediated proteolysisRenal cell carcinomaProstate cancerLong-term potentiationPathways in cancer1.8E−32.8E−34.4E−35.8E−22.1E−2



6hsa-miR-152Ubiquitin mediated proteolysisNeurotrophin signaling pathwayMAPK signaling pathwayAxon guidancePathways in cancer7.7E−42.5E−36.0E−38.7E−32.0E−2



7hsa-miR-148Ubiquitin mediated proteolysisWnt signaling pathwayB cell receptor signaling pathwayProstate cancerPathways in cancer2.8E−41.1E−21.2E−22.1E−24.1E−2



8hsa-miR-185Axon guidanceUbiquitin mediated proteolysisErbB signaling pathwayWnt signaling pathwayLong-term depression4.5E−51.3E−43.5E−36.5E−36.6E−3



9hsa-miR-199a*Axon guidanceRenal cell carcinomaUbiquitin mediated proteolysisPathways in cancerErbB signaling pathway1.3E−43.2E−43.5E−49.9E−43.7E−3
Table 5

Top significant KEGG pathways identified for the GCM miRNA_217 dataset

No.miRNAKEGG pathwayP value
1hsa-miR-99aMAPK signaling pathwayType II diabetes mellitus7.7E−28.0E−2



2hsa-miR-197MAPK signaling pathwayVascular smooth muscle contractionPathways in cancerAdherens junctionRegulation of actin cytoskeleton4.4E−35.1E−31.8E−22.4E−23.4E−2



3hsa-miR-195Pathways in cancerFocal adhesionNeurotrophin signaling pathwayp53 signaling pathwayCell cycle1.1E−35.5E−31.3E−21.4E−21.4E−2



4hsa-miR-154Ubiquitin-mediated proteolysisWnt signaling pathwayTGF-beta signaling pathway4.8E−35.8E−26.4E−2



5has-miR-184Neurodegenerative diseasesLong-term potentiationPhosphatidylinositol signaling systemMelanogenesis1.3E−33.0E−31.6E−25.1E−4



6hsa-miR-133aSeleno amino acid metabolismLong-term depressionCysteine and methionine metabolism3.3E−24.0E−25.3E−2



7hsa-miR-32RNA degradationBiosynthesis of unsaturated fatty acidsSmall cell lung cancerPantothenate and Cao biosynthesisWnt signaling pathway1.1E−22.9E−23.7E−24.4E−26.5E−2
Top significant KEGG pathways identified for the GCM miRNA dataset Top significant KEGG pathways identified for the GCM miRNA_217 dataset

Conclusions

In this article, we developed a two-stage approach to solve some real-life classification problems. Four algorithms are used for classification and three performance criteria are optimized simultaneously to select the better solutions obtained from the set of solutions. We tested our algorithm on five real-life datasets to evaluate its performance. The obtained results show the superior effectiveness of the proposed approach to several existing methods examined.

Authors’ contributions

SS conceived the idea and developed the algorithm. RY implemented the approach, pre-processed the datasets, and evaluated the approach on some datasets. SM analyzed the results and performed statistical and biological significance tests. All authors were involved in manuscript writing, read and approved the final manuscript.

Competing interests

The authors have declared no competing interests.
  17 in total

Review 1.  Extracellular microRNA: a new source of biomarkers.

Authors:  Alton Etheridge; Inyoul Lee; Leroy Hood; David Galas; Kai Wang
Journal:  Mutat Res       Date:  2011-03-23       Impact factor: 2.433

2.  MicroRNA expression profiles classify human cancers.

Authors:  Jun Lu; Gad Getz; Eric A Miska; Ezequiel Alvarez-Saavedra; Justin Lamb; David Peck; Alejandro Sweet-Cordero; Benjamin L Ebert; Raymond H Mak; Adolfo A Ferrando; James R Downing; Tyler Jacks; H Robert Horvitz; Todd R Golub
Journal:  Nature       Date:  2005-06-09       Impact factor: 49.962

3.  Mammalian microRNAs: experimental evaluation of novel and previously annotated genes.

Authors:  H Rosaria Chiang; Lori W Schoenfeld; J Graham Ruby; Vincent C Auyeung; Noah Spies; Daehyun Baek; Wendy K Johnston; Carsten Russ; Shujun Luo; Joshua E Babiarz; Robert Blelloch; Gary P Schroth; Chad Nusbaum; David P Bartel
Journal:  Genes Dev       Date:  2010-04-22       Impact factor: 11.361

4.  Multi-class cancer classification through gene expression profiles: microRNA versus mRNA.

Authors:  Sihua Peng; Xiaomin Zeng; Xiaobo Li; Xiaoning Peng; Liangbiao Chen
Journal:  J Genet Genomics       Date:  2009-07       Impact factor: 4.275

5.  De novo sequencing of circulating miRNAs identifies novel markers predicting clinical outcome of locally advanced breast cancer.

Authors:  Xiwei Wu; George Somlo; Yang Yu; Melanie R Palomares; Arthur Xuejun Li; Weiying Zhou; Amy Chow; Yun Yen; John J Rossi; Harry Gao; Jinhui Wang; Yate-Ching Yuan; Paul Frankel; Sierra Li; Kimlin Tam Ashing-Giwa; Guihua Sun; Yafan Wang; Robin Smith; Kim Robinson; Xiubao Ren; Shizhen Emily Wang
Journal:  J Transl Med       Date:  2012-03-08       Impact factor: 5.531

6.  miRNA Biomarkers in Breast Cancer Detection and Management.

Authors:  Sidney W Fu; Liang Chen; Yan-Gao Man
Journal:  J Cancer       Date:  2011-02-24       Impact factor: 4.207

Review 7.  Databases and web tools for cancer genomics study.

Authors:  Yadong Yang; Xunong Dong; Bingbing Xie; Nan Ding; Juan Chen; Yongjun Li; Qian Zhang; Hongzhu Qu; Xiangdong Fang
Journal:  Genomics Proteomics Bioinformatics       Date:  2015-02-21       Impact factor: 7.691

Review 8.  Detection of miRNA as non-invasive biomarkers of colorectal cancer.

Authors:  Albert Ren; Yujuan Dong; Ho Tsoi; Jun Yu
Journal:  Int J Mol Sci       Date:  2015-01-27       Impact factor: 5.923

Review 9.  Long Non-coding RNAs and Their Roles in Non-small-cell Lung Cancer.

Authors:  Ming-Ming Wei; Guang-Biao Zhou
Journal:  Genomics Proteomics Bioinformatics       Date:  2016-07-07       Impact factor: 7.691

10.  Analysis of microRNA-target interactions across diverse cancer types.

Authors:  Anders Jacobsen; Joachim Silber; Girish Harinath; Jason T Huse; Nikolaus Schultz; Chris Sander
Journal:  Nat Struct Mol Biol       Date:  2013-10-06       Impact factor: 15.369

View more
  2 in total

1.  Genome-wide MicroRNA Expression Profiles in COPD: Early Predictors for Cancer Development.

Authors:  Andreas Keller; Tobias Fehlmann; Nicole Ludwig; Mustafa Kahraman; Thomas Laufer; Christina Backes; Claus Vogelmeier; Caroline Diener; Frank Biertz; Christian Herr; Rudolf A Jörres; Hans-Peter Lenhof; Eckart Meese; Robert Bals
Journal:  Genomics Proteomics Bioinformatics       Date:  2018-07-05       Impact factor: 7.691

2.  Identification of miRNA Biomarkers for Diverse Cancer Types Using Statistical Learning Methods at the Whole-Genome Scale.

Authors:  Jnanendra Prasad Sarkar; Indrajit Saha; Adrian Lancucki; Nimisha Ghosh; Michal Wlasnowolski; Grzegorz Bokota; Ashmita Dey; Piotr Lipinski; Dariusz Plewczynski
Journal:  Front Genet       Date:  2020-11-13       Impact factor: 4.599

  2 in total

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