Skip to main content

ORIGINAL RESEARCH article

Front. Med., 19 August 2021
Sec. Translational Medicine
This article is part of the Research Topic From Prototype to Clinical Workflow: Moving Machine Learning for Lesion Quantification into Neuroradiological Practice - Volume I View all 10 articles

Joint Modeling of RNAseq and Radiomics Data for Glioma Molecular Characterization and Prediction

  • 1Vision Lab, Department of Electrical & Computer Engineering, Old Dominion University, Norfolk, VA, United States
  • 2Department of Mathematics & Statistics, Old Dominion University, Norfolk, VA, United States
  • 3Department of Radiology, Children's Hospital of Philadelphia, University of Pennsylvania, Philadelphia, PA, United States
  • 4University of California, San Diego Health System, San Diego, CA, United States

RNA sequencing (RNAseq) is a recent technology that profiles gene expression by measuring the relative frequency of the RNAseq reads. RNAseq read counts data is increasingly used in oncologic care and while radiology features (radiomics) have also been gaining utility in radiology practice such as disease diagnosis, monitoring, and treatment planning. However, contemporary literature lacks appropriate RNA-radiomics (henceforth, radiogenomics) joint modeling where RNAseq distribution is adaptive and also preserves the nature of RNAseq read counts data for glioma grading and prediction. The Negative Binomial (NB) distribution may be useful to model RNAseq read counts data that addresses potential shortcomings. In this study, we propose a novel radiogenomics-NB model for glioma grading and prediction. Our radiogenomics-NB model is developed based on differentially expressed RNAseq and selected radiomics/volumetric features which characterize tumor volume and sub-regions. The NB distribution is fitted to RNAseq counts data, and a log-linear regression model is assumed to link between the estimated NB mean and radiomics. Three radiogenomics-NB molecular mutation models (e.g., IDH mutation, 1p/19q codeletion, and ATRX mutation) are investigated. Additionally, we explore gender-specific effects on the radiogenomics-NB models. Finally, we compare the performance of the proposed three mutation prediction radiogenomics-NB models with different well-known methods in the literature: Negative Binomial Linear Discriminant Analysis (NBLDA), differentially expressed RNAseq with Random Forest (RF-genomics), radiomics and differentially expressed RNAseq with Random Forest (RF-radiogenomics), and Voom-based count transformation combined with the nearest shrinkage classifier (VoomNSC). Our analysis shows that the proposed radiogenomics-NB model significantly outperforms (ANOVA test, p < 0.05) for prediction of IDH and ATRX mutations and offers similar performance for prediction of 1p/19q codeletion, when compared to the competing models in the literature, respectively.

Introduction

Radiomics is increasingly being applied to radiology practice in disease diagnosis, grading, monitoring, and treatment planning (1, 2). Radiomics is extracted from various radiological images of a targeted area of the disease. Fusing the important radiomics and genomics information in the proper computational machine learning (ML) model may helpto achieve a more comprehensive disease diagnosis, prognosis, and treatment planning scheme (35). Different studies have evaluated the association between glioma molecular subtypes and radiomics (e.g., tumor shape and size) (68), or between different form of genomics (e.g., RNA sequencing (RNAseq) gene expression, protein expression, copy number, molecular mutations, or DNA methylation) and glioma subtypes (911).

Conventional ML models do not adequately model the count-based nature of the RNA-sequence data as these models are usually designed to work with data that has a normal distribution. In order to alleviate the lack of appropriate ML models, researchers propose to transform the RNAseq read-count data to approximate a normal distribution. The transformation to normal distribution allows the use of existing methods such as the nearest shrinkage method (12, 13) or Random Forest for classification. However, such transformation removes the count-based nature of the RNAseq read counts data, and hence, lacks the ability to fully preserve the strong mean-variance relationship that is otherwise useful for glioma classification and prediction (14, 15). In order to appropriately model RNAseq read-count data, Negative Binomial (NB) and Poisson distributions are commonly used (16). The Poisson distribution is a single parameter distribution with its mean equals to its variance, which makes it rather restrictive. On the other hand, NB is similar to a Poisson distribution with an additional parameter called “dispersion” that allows the NB distribution to modify its variance without affecting the mean.

RNAseq uses high-throughput or next-generation sequencing technology (NGS) and has emerged as a novel alternative to microarray-based techniques for quantifying gene expression. The microarray technique is known to suffer from background noise. Gene expression level is measured as the relative frequency of the RNAseq reads that are mapped to one gene (17). RNAseq is a very sensitive technique that provides high resolution and a thorough understanding of the transcriptome and has revealed many novel gene structures.

RNAseq distribution requires an appropriate model that adapts and preserves the nature of RNAseq read counts data, and such classification models that preserve the nature of RNAseq are lacking in the traditional ML literature. The NB distribution is an appropriate choice to model such discrete reads counts data (16). Even though traditional ML tools that are developed based on NB are lacking, the choice of using NB distribution in differential gene expression and RNAseq analysis has been adapted by different studies in the literature such as in EdgeR (1820), DESeq (21), and NBPSeq (22).

An example of a count-based classifier that fits a NB distribution is the Negative Binomial Linear Discriminant Analysis (NBLDA). NBLDA is a well-known classifier that is developed by fitting NB to RNAseq and the mean and dispersion parameter are estimated from the RNAseq data (23). A different type of classifier, known as VoomNSC, is developed based on the transformed count data. VoomNSC is a combination of Voom (an acronym for mean-variance modeling at the observational level) transformation (12) and the nearest shrunken centroids classifier (NSC) (24).

Consequently, the aim of this work is to implement a joint radiogenomics-NB model that predicts and classifies glioma molecular mutations following the 2016 World Health Organization's (WHO) updated guidelines for classification of tumors of the Central Nervous System (CNS) (including high grade and diffuse low-grade gliomas) (25). This work is critical especially when the RNAseq of some cases are unknown and a careful assessment is needed to avoid mischaracterization of lower grade gliomas. In this work, we utilize both volumetric features (radiomics) and RNAseq to implement and learn a radiogenomics-NB model. Then, the trained radiogenomics model is used to predict and classify the unknown RNAseq data. In the proposed model, a log-linear regression modeling is fitted to the estimated mean of the NB distribution and is linked with radiomics. We introduce this step to fuse the continuous radiomics data with the RNAseq count-based data without the need to transform RNAseq data into a normal distribution. Finally, we compare our radiogenomics-NB model performance with that of different genomics and radiogenomics state-of-the-art methods in the literature.

The rest of the paper is organized as follows. A complete step-by-step mathematical derivation of the radiogenomics-NB model and parameters' estimations are presented in section Methodology. Section Experimental Results addresses the dataset used in this study, the data preparation, and the effect of using different numbers of differentially expressed genes in the radiogenomics-NB model. Furthermore, in section Experimental Results, a comparative analysis is discussed in which we compare the proposed radiogenomics-NB model's performance with different well-known methods in the literature. Moreover, in section Experimental Results, we investigate the effect of gender by developing a gender-specific radiogenomics-NB model for glioma molecular grading. Finally, the study's discussion is addressed in section Discussion.

Methodology

In this study, we propose a radiogenomics-NB method for glioma molecular grading and prediction. Figure 1 illustrates an overall flow diagram of the proposed radiogenomics-NB model. In Figure 1A, we fit the NB distribution to RNAseq read counts of the training dataset and estimate the model mean and dispersion parameter. Then, we use the estimated mean along with the predictor radiomics vector in a log-linear regression model to estimate the model regression coefficients. The dispersion parameter is estimated using the weighted likelihood empirical Bayes method (19). In Figure 1B, the estimated parameters of regression coefficients and the dispersion parameters along with the sample radiomics and its RNAseq read counts are utilized to predict the class label of a future test sample. A complete mathematical derivation of the radiogenomics-NB model is presented in the following subsection.

FIGURE 1
www.frontiersin.org

Figure 1. Overall Flow diagram of the proposed radiogenomics-NB prediction model. (A) radiogenomics-NB model utilizing the training data. (B) class prediction of a test sample using the developed radiogenomics-NB model.

Prediction Using Negative Binomial Regression Model

To fuse radiomics with RNAseq read counts data in an NB model, the following parametrization is defined:

Let C be the total number of classes, and Ic ∈ (1, …, nc) be the indices of samples in class c for c = 1, …, C. The examples of different classes include:

IDH mutated vs. wildtype IDH (C = 2),

1p/19q codeletion: codeletion vs. non-codeletion (C = 2),

Mutated ATRX vs. wildtype (C = 2).

Let Yi = (yi1, yi2, …, yiG) be the RNAseq read counts training sample in the class label c and G is the total number of RNAseq. The purpose of this study is to predict the class label c of a future observation Yt using training samples associated with known class labels: p (c|Yt)∝p(Yt|c)pc, where pc is the probability of class c.

Using Bayes' rule, we have,

p(c|Yi)p(Yi|c)pc;    (1)

where, p(Yi| c) is the pdf of the sample Yi in class c, and pc is the prior probability that one sample comes from class c. The pdf of class-specific c of RNAseq read counts of sample Yi and of RNAseq g is,

P(Yig=yig|c)=Γ(ϕg-1+yig)Γ(ϕg-1)yig!(ϕgμigc1+ϕgμigc)yig(11+ϕgμigc)ϕg-1.    (2)

In this parameterization, Yig represents a count response of RNAseq, where μigc represents the mean, ϕg represents the dispersion parameter, E(Yig) = μigc, and Var(Yig)= μigc+μigcϕg2. Note we assume that all RNAseq are independent of each other, so we have,

p(Yi|c)= g=1GP(Yig=yig).    (3)

Evaluating Equation (1) requires an estimation of p(Yi|c) and pc. The model in Equation (2) states that Yig ~ NBigc, ϕg). We first estimate ϕ1, ϕ2, …, ϕG, and μi1c, μi2c, …, μiGc of all the training samples nc, and all RNAseq G. The mean is estimated as μigc = sicλgc, where sic is the size factor (26, 27) which is used to scale RNAseq counts for the ith sample (in class c), λgc is the total number of reads of RNAseq g across all samples in class c. For prior pc, we assume all classes are equally likely, pc = 1/C. Note that μigc, sic, and λgc are estimated for each class c.

Next, plugging these estimates into Equation (2) and using the assumption of independent RNAseq, Equation (1) yields,

log(p(c|Yi)) = log(p(Yi|c) + log(pc).    (4)

The log-likelihood log(p(Yi|c)) is written as,

      log(p(Yi|c))=log(g=1GP(Yig=yig|c))=log(g=1GΓ(ϕg-1+yig)Γ(ϕg-1)yig!×(ϕgμigc1+ϕgμigc)yig×(11+ϕgμigc)ϕg-1).    (5)

Equation (5) can be written as,

log(p(Yi|c))= g=1Glog(ϕgμigc1+ϕgμigc)yig                          +g=1Glog(11+ϕgμigc)ϕg-1                          +g=1Glog(Γ(ϕg-1+yig)Γ(ϕg-1)yig!).    (6)

Rewriting Equation (6) yields,

log(p(Yi|c))= g=1Gyiglog(ϕgμigc) - g=1Gyiglog(1+ϕgμigc)                            -g=1G1ϕglog(1+ϕgμigc)                            + g=1Glog(Γ(ϕg-1+yig)Γ(ϕg-1)yig!).    (7)

The proposed NB model of genomics relates to the radiomics (imaging features) X through the mean parameters μigc (estimated mean of an ith sample and RNAseq g in class c). We assume a log-linear regression model for estimating the mean μigc in terms of the radiomics (imaging features) is given as follows:

log(μigc)= Xiβgc;    (8.a)
log(sicλgc)= Xiβgc;    (8.b)

where Xi is a p-dimensional of radiomics, βgc is a p-dimensional vector of unknown regression coefficients (translate the relationship between X and Y through μigc). The estimation of βgc depends on class c and gene g of the ith sample. Hence, if there are two classes, we will need to estimate βg1 and βg2 (one from each class).

Plugging Equations (8.a) into Equation (7), yields,

log(p(Yi|c))= g=1Gyiglog(ϕgexp(Xiβgc))                            - g=1Gyiglog(1+ϕgexp(Xiβgc))                            -g=1G1ϕglog(1+ϕgexp(Xiβgc))                            +g=1Glog(Γ(ϕg-1+yig)Γ(ϕg-1)yig!).    (9)

Using the estimated β^gc, and ϕ^g from the training data, we classify a test observation Yt as follows,

log(p(c|Yt)) = log(p(Yt|c)+ log(pc);    (10)

and,

log(p(c|Yt))= g=1Gytg log(ϕ^gexp(Xtβ^gc))                          - g=1Gytg log(1+ϕ^gexp(Xtβ^gc))                          -g=1G1ϕg log(1+ϕ^gexp(Xtβ^gc))                          +g=1Glog(Γ(ϕ^g-1+ytg)Γ(ϕ^g-1)ytg!)+ log(pc).    (11)

Radiogenomics-NB Model Parameter Estimation

Estimating Dispersion ϕg Using Weighted Likelihood Empirical Bayes

Various methods for estimating the dispersion parameter are proposed in the literature. The EdgeR method applies a weighted conditional log-likelihood method to estimate the dispersion parameter (19). The weighted conditional log-likelihood (WL) for ϕg is defined as a weighted combination of the individual (per-gene) likelihood lgg) and common lCg) likelihood:

WL(ϕ^g)= lg(ϕg) + αlC(ϕg);    (12)

where α is the weight of lCg).

In EdgeR, ϕ^g is assumed to be normally distributed with means ϕg and known variance τ2, and has the following hierarchical model:

ϕ^g|ϕg~N(ϕg,τ2), and ϕg~N(ϕ0,τ02).    (13)

Under this hierarchical normal model, the maximum weighted conditional log-likelihood estimator is given as:

ϕ^gWL=ϕ^g/τ2 +αi=1Gϕ^i/τi2 1/τ2 +αi=1G1/τi2;    (14)

where,

1/α=i=1Gτ02/τi2    (15)

and,

ϕ0 =ϕ^0= i=1Gϕ^i/τi2i=1G1/τi2.    (16)

Computation of the Mean of RNAseq μigc

The size factor sic of sample i and class c is the total number of RNAseq read counts of that sample divided by the total number of all RNAseq read counts across all training samples (in class c). The size factor estimation is vital to account for the different sequencing depth (library size) that may be used to sequence different samples and is computed as follows:

sic = g=1Gyigci=1ncg=1Gyigc;    (17)

where, yigc is the RNAseq read count of sample i and RNAseq g in class c, and nc is the total number of samples in class c.

The mean μigc of sample i and RNAseq g in class c is then estimated as μigc = sicλgc, where λgc is the total number of reads per RNAseq in class c, and is computed as follows:

λgc =i=1Ncyigc.    (18)

Using the estimated value of μigc, the values of βgc are computed using equation 8.a as follows:

βgc=Xilog(g=1Gyigci=1ncg=1Gyigci=1Ncyigc).    (19)

The algorithm in Figure 2 illustrates the steps of estimating the different parameters in the radiogenomics-NB classification model.

FIGURE 2
www.frontiersin.org

Figure 2. Algorithm of prediction using radiogenomics Negative Binomial classification model.

Experimental Results

Dataset

The dataset in this study consists of 108 pre-operative lower grade glioma (LGG) patients that are described in Menze et al. (28), Bakas et al. (29), and Bakas S. et al. (30). Four sequences of the MRI are provided with the dataset: pre-contrast T1-weighted (T1), post-contrast T1-weighted (T1Gd), T2-weighted (T2), and T2 Fluid Attenuated Inversion Recovery (FLAIR). These scans are skull-stripped, re-sampled to 1 mm3 resolution, and co-registered to the T1 template. The dataset provides the segmented sub-regions of the LGG: Gadolinium enhancing tumor (ET), the peritumoral edema (ED), and necrosis along with non-enhancing tumor (NCR/NET).

RNAseq read counts data (with a total number of 56830 RNAseq), molecular alterations (IDH mutation, 1p/19q codeletion, and ATRX), grade (II and III), and the clinical dataset can be found and downloaded from The Cancer Genome Atlas (TCGA) dataset in the Genomic Data Commons (GDC) Data Portal (https://portal.gdc.cancer.gov/). RNAseq are primarily obtained from solid portions of tumor. The clinical dataset is de-identified in compliance with the Health Insurance Portability and Accountability Act of 1996 (HIPAA). The distribution of the data is as follows: (i) IDH mutation: 85 Mutant and 23 wildtype (WT), (ii) 1p/19q codeletion: 27 codeletion and 81 non-codeletion, and (iii) ATRX status: 43 Mutant and 65 WT. The range of the patients' age at diagnosis is 20–75 years, and the median age is 46.5 years.

Data Preparation

In this study we first filter RNAseq read counts to remove RNAseq with very low value of read counts before performing any statistical analysis. RNAseq with very low read counts hold very little information because an RNAseq of biological importance needs to be expressed at some minimal level. We utilize a quantile filter (31) with a quantile threshold of 0.25. This step returns each RNAseq that has a mean across all samples higher than the defined quantile threshold of 0.25. Then, we reduce the number of RNAseq that are used in the radiogenomics-NB models, by utilizing EdgeR (1820) to extract the differentially expressed RNAseq (DERs). DERs reflect the significance of a gene in a certain biological condition. In this study, we select the top 10, 20, 30, 50, 100, and 150 DERs (see Supplementary Table 1).

Furthermore, we use eight volumetric radiomics features as illustrated in Table 1. ANOVA analysis for radiomics in Table 1 shows that feature numbers 1, 3, 4, 7, and 8 are significantly associated (ANOVA test, p < 0.05) with IDH mutations as illustrated in Figure 3A. Our analysis also indicates that feature number 2 is marginally associated (ANOVA test, p = 0.07) with 1p/19q codeletion. Furthermore, our analysis indicates that feature numbers 3, 4, 6, 7, and 8 are significantly associated (ANOVA test, p < 0.05) with ATRX mutations as illustrated in Figure 3B. Additionally, our analysis reveals that thresholding feature number 6 around the mean creates an ordinal feature that is significantly associated (ANOVA test, p < 0.05) with IDH mutations, 1p/19q codeletion, and ATRX mutations. Likewise, thresholding feature numbers 1, 3, 5, 7, and 8 around their means converts these features into ordinal features that are significantly associated (ANOVA test, p < 0.05) with IDH and ATRX mutations. Moreover, thresholding feature numbers 5, 6, 7, and 8 around their median converts these features into ordinal features that are significantly associated (ANOVA test, p < 0.05) with IDH and ATRX mutations.

TABLE 1
www.frontiersin.org

Table 1. Radiomics features description and their ANOVA p-value association with IDH mutations, 1p/19q codeletion, and ATRX mutations.

FIGURE 3
www.frontiersin.org

Figure 3. Feature distribution plot of the significant volumetric radiomic associated with (A) IDH mutations, and (B) ATRX mutations.

Few other studies suggest that these volumetric imaging features and their ratios are associated with and predictive of several mutations in gliomas (3235).

The 108 LGG cases are randomly split into 80% training and 20% testing sets, and a balanced distribution of the target molecular alteration is ensured in the training and testing sets in each molecular classifier. The trained model classifier is developed using the training set. Model performance prediction is estimated and reported using the testing sets in terms of accuracy, balanced accuracy, F1 score, sensitivity, specificity, negative predictive value, and positive predictive value. The training set is utilized to build our radiogenomics-NB classifier as shown in steps 1-4 in Figure 2. The testing set is used to estimate the performance of the classifier as shown in steps a and b in Figure 2. Authors In Dong et al. (23), Maufroy et al. (36), Pan et al. (37), and Vabalas et al. (38) repeat training and testing analysis for a specific number of times to ensure the robustness of the model performance. Consequently, in this work, we repeat the whole procedure 100 times independently for the 3 molecular alterations and then report the mean and standard deviation of the classifiers' performance using the testing sets.

Model performance parameters are computed based on the confusion matrix in Figure 4 as follows:

Accuracy = TP +TNTP+ TN + FP + TN;    (20)
Sensitivity =TPTP+ FN;    (21)
Specificity =TNFP+TN;    (22)
Positive predictive value =TPTP+FP;    (23)
Negative predictive value =TNFN+TN;    (24)
Balanced Accuracy =Sensitivity + Specificity2,and    (25)
F1 score =TP(TP +FP+FN2);    (26)

where TP is the true positive, TN is the true negative, FP is the false positive, and TN is the true negative.

FIGURE 4
www.frontiersin.org

Figure 4. Confusion matrix of binary classification.

Radiogenomics-NB Models Using Different Number of Differentially Expressed RNAs

In this section, we investigate the importance of using different numbers of DERs on the performance of the radiogenomics-NB model. LGG radiogenomics-NB mutation prediction models are developed based on the top 10, 20, 30, 50, 100, and 150 DERs. The performance of the radiogenomics-NB IDH model using the top 10 DERs achieves slightly higher performance. However, such improvement is not statistically significant (ANOVA test, p > 0.05) when compared to the performance of the IDH models with the other number of DERs (Figure 5A) except for negative predictive value (NPV) performance when using the top 20 DERs. Using the top 20 DERs in the IDH model achieves significantly worse NPV when compared to the NPV achieved using the top 10 DERs (ANOVA test, p < 0.05). Radiogenomics-NB IDH model with the top 10 DERs (red line in Figure 5A) achieves an overall accuracy (Acc) of 0.92 ± 0.06, sensitivity (Sens) of 0.94 ± 0.07, specificity (Spec) of 0.83 ± 0.18, positive predictive value (PPV) of 0.96 ± 0.04, negative predictive value (NPV) of 0.82 ± 0.17, F1 score of 0.95 ± 0.04, and balanced accuracy (B. Acc) of 0.88 ± 0.09, respectively.

FIGURE 5
www.frontiersin.org

Figure 5. Performance of the proposed radiogenomics-NB model using a different number of DERs. (A) Radiogenomics-NB IDH, (B) Radiogenomics-NB Codeletion, and (C) Radiogenomics-NB ATRX models. The average performance (of the Acc, B. Acc, F1, NPV, PPV, Sens, and Spec) is computed across 100 testing sets/splits. Y-axis represents the average performance of the different statistics on the X-axis. Different colors represent the radiogenomics-NB model with different numbers of DERs. The error bar represents one standard deviation. Asterisk “*” represents a statically significant difference between the performance achieved when using the top 10 DERs (in red) and using the number of DER where the star is located.

Radiogenomics-NB codeletion models achieve similar performance (ANOVA test, p > 0.05) using the top 10, 20, 30, and 50 DERs as shown in Figure 5B. Furthermore, using the top 100 and 150 DERs in the codeletion model achieves significantly worse performance when compared to the performance of using the top 10 DERs (ANOVA test, p < 0.05). Using the top 10 DERs, the radiogenomics-NB codeletion model achieves an accuracy of 0.93 ± 0.06, a balanced accuracy of 0.90 ± 0.10, F1 score of 0.86 ± 0.14, a sensitivity of 0.84 ± 0.19, a specificity of 0.96 ± 0.04, an NPV of 0.95 ± 0.06, and a PPV of 0.90 ± 0.12, respectively.

Radiogenomics-NB ATRX model also achieves similar performance (ANOVA test, p > 0.05) using the top 10, 20, and 30 DERs, even though the performance when using the top 10 DERs is slightly better as illustrated in Figure 5C. Using the top 10 DERs, the ATRX model achieves an accuracy of 0.85 ± 0.07, a balanced accuracy of 0.85 ± 0.07, an F1 score of 0.82 ± 0.08, a sensitivity of 0.86 ± 0.13, a specificity of 0.85 ± 0.09, an NPV of 0.91 ± 0.08, and a PPV of 0.80 ± 0.10, respectively.

Comparative Analysis

Figure 6 illustrates a graphical performance comparison between our radiogenomics-NB model with that of four different classifiers in the literature: NBLDA (23), VoomNSC (12, 13), RF-genomics where we first log-transformed (20) the RNAseq into a normal distribution, and RF-radiogenomics. Note that the number of DERs that we apply to develop these classifiers is 10 DERs. Moreover, when developing these classifiers, the 108 LGG cases are randomly split into 80% training and 20% testing sets, and balanced distribution is ensured when developing the different classifiers. The trained model classifier is developed using the training set, and 10-fold cross-validation is performed to identify the tuning parameters in the different classifiers. Model performance prediction is estimated and reported using the testing sets. Additionally, to ensure the robustness of the different classifiers' performance, we repeat the whole procedure 100 times independently and every training/testing set is utilized to develop and estimate the performance of each classifier.

FIGURE 6
www.frontiersin.org

Figure 6. Comparison of performance between our radiogenomics-NB model and different classifiers. The comparison is performed using the (A) IDH mutations, (B) 1p/19q codeletion, and (C) ATRX mutations dataset. The average performance (of the Acc, B. Acc, F1, NPV, PPV, Sens, and Spec) is computed across 100 test sets. The error bar represents one standard deviation. RNAseq that are used in developing all classifiers represent the top 10 DERs in the training sets between mutated and WT IDH group, codeleted and non-codeleted groups, and mutated and WT ATRX mutation, respectively. Y-axis represents the average performance of the different statistics on the X-axis. Different colors represent different classifiers.

The NBLDA (23) classifier is developed by fitting NB to the top 10 DERs; then the mean and dispersion parameter are estimated from these DERs. In RF-genomics, the top 10 DERs of the training sets are first log-transformed into normal distribution and then fed into RF to build the RF-genomics classifier. In RF-radiogenomics, radiomics (eight volumetric features described previously in section Data Preparation) are utilized with the log-transformed DERs and then fed into RF to build the RF-radiogenomics classifier. VoomNSC (12, 24) is developed by first applying the Voom-based transformation on the 10 DERs and then applying the NSC classifier as illustrated in Zararsiz et al. (12) and Tibshirani et al. (24).

Comparing the performance of our radiogenomics-NB IDH model with that of NBLDA, RF-genomics, and VoomNSC, the radiogenomics-NB IDH significantly outperforms (ANOVA test, p < 0.05) these methods as shown in Figure 6A and Table 2. Additionally, our radiogenomics-NB IDH model significantly outperforms (ANOVA test, p < 0.05) the F1 score, balanced accuracy, and PPV performance of the RF-radiogenomics method whereas it achieves a similar (ANOVA test, p > 0.05) accuracy, sensitivity, and specificity. Our radiogenomics-NB IDH model archives an accuracy of 0.92 ± 0.06, a sensitivity of 0.94 ± 0.07, a specificity of 0.93 ± 0.18, an F1 score of 0.95 ± 0.04, and a balanced accuracy of 0.88 ± 0.09, respectively. The RF-radiogenomics-IDH model achieves an accuracy of 0.88 ± 0.17, a sensitivity of 0.93 ± 0.07, a specificity of 0.78 ± 0.16, an F1 score of 0.92 ± 0.06, and a balanced accuracy of 0.85 ± 0.08, respectively.

TABLE 2
www.frontiersin.org

Table 2. Probability of significant difference using ANOVA test between the differentially expressed radiogenomics-NB model and different classifiers using the IDH dataset.

Our radiogenomics-NB codeletion model (Figure 6B and Table 3) performance is similar to NBLDA, RF-genomics, VoomNSC, and RF-radiogenomics models, except for the specificity and NPV performance when using RF-genomics and VoomNSC. The specificity and NPV of our model are significantly higher than those achieved by RF-genomics and VoomNSC. Our radiogenomics-NB codeletion model achieves an accuracy of 0.93 ± 0.06, a sensitivity of 0.84 ± 0.20, a specificity of 0.96 ± 0.5, an F1 score of 0.86 ± 0.14, and a balanced accuracy of 0.90 ± 0.10, respectively.

TABLE 3
www.frontiersin.org

Table 3. Probability of significant difference using ANOVA test between the differentially expressed radiogenomics-NB model and different models using the 1p/19q codeletion dataset.

The performance of our radiogenomics-NB ATRX model as shown in Figure 6C and Table 4 outperforms both NBLDA and VoomNSC significantly (ANOVA test, p < 0.05). However, comparing our ATRX model to RF-genomics, our model achieves significantly better balanced-accuracy, F1 score, NPV, and sensitivity. Additionally, comparing our ATRX model to RF-radiogenomics, our model achieves significantly (ANOVA test, p < 0.05) better sensitivity but achieves similar accuracy, balanced-accuracy, F1 score, and sensitivity. Our radiogenomics-NB ATRX model achieves an accuracy of 0.85 ± 0.07, a sensitivity of 0.86 ± 0.13, a specificity of 0.85 ± 0.09, an F1 score of 0.82 ± 0.08, and a balanced accuracy of 0.85 ± 0.07, respectively. The RF-radiogenomics ATRX model achieves an accuracy of 0.84 ± 0.08, a sensitivity of 0.80 ± 0.14, a specificity of 0.86 ± 0.10, an F1 score of 0.80 ± 0.09, and a balanced accuracy of 0.83 ± 0.08, respectively.

TABLE 4
www.frontiersin.org

Table 4. Probability of significant difference using ANOVA test between the differentially expressed radiogenomics-NB model and different models using the ATRX dataset.

Gender–Specific Effect Analysis of Radiogenomics-NB

In our LGG dataset, IDH mutated patients, unlike IDH WT patients, have significantly longer survival (65.7 vs. 19.9 months, log-rank test p = 0.004). The association between IDH status and overall survival remains significant after stratifying for gender (likelihood ratio test p = 0.015). However, the association between 1p/19q codeletion and ATRX status and overall survival is not significant. Additionally, the chi-square test shows no significant association (p > 0.05) between gender and IDH status, 1p/19q codeletion, and ATRX status. Table 5 shows patient IDH status, 1p/19q codeletion, and ATRX status distribution based on gender.

TABLE 5
www.frontiersin.org

Table 5. Gender-based distribution of IDH status, 1p/19q codeletion, and ATRX status in the LGG dataset.

To explore the gender-specific effect in the performance of the radiogenomics-NB, we build two radiogenomics-NB models based on gender; male-specific radiogenomics-NB and female-specific radiogenomics-NB. Our analysis indicates that female-specific models significantly outperform (ANOVA test, p < 0.05) male-specific models as illustrated in Figure 7. In the radiogenomics-NB IDH, female-specific model achieves an accuracy of 0.93 ± 0.08, a sensitivity of 0.93 ± 0.09, a specificity of 0.91 ± 0.10, a PPV of 0.97 ± 0.05, an NPV of 0.83 ± 0.21, and a balanced accuracy of 0.92 ± 0.11, respectively. The male specific IDH model achieves an accuracy of 0.85 ± 0.08, a sensitivity of 0.97 ± 0.06, a specificity of 0.35 ± 0.33, a PPV of 0.86 ± 0.07, an NPV of 0.55 ± 0.48, and a balanced accuracy of 0.66 ± 0.17, respectively.

FIGURE 7
www.frontiersin.org

Figure 7. Gender-based radiogenomics-NB models performance. (A) IDH mutations, (B) 1p/19q codeletion, and (C) ATRX mutations which are computed across 100 testing sets. The error bar represents one standard deviation. The asterisk * illustrates a significant difference between the two measurements. Y-axis represents the average performance of the different statistics on the X-axis. Different colors represent the female- and male-specific radiogenomics-NB models.

In the radiogenomics-NB codeletion, female-specific model achieves an accuracy of 0.91 ± 0.09, a sensitivity of 0.77 ± 0.31, a specificity of 0.96 ± 0.07, a PPV of 0.80 ± 0.32, an NPV of 0.93 ± 0.07, and a balanced accuracy of 0.84 ± 0.17, respectively. The male specific codeletion model achieves an accuracy of 0.84 ± 0.10, a sensitivity of 0.56 ± 0.32, a specificity of 0.95 ± 0.08, a PPV of 0.79 ± 0.32, an NPV of 0.86 ± 0.10, and a balanced accuracy of 0.77 ± 0.17, respectively.

In the radiogenomics-NB ATRX, female-specific model achieves an accuracy of 0.80 ± 0.11, a sensitivity of 0.79 ± 0.20, a specificity of 0.81 ± 0.15, a PPV of 0.76 ± 0.16, an NPV of 0.87 ± 0.12, and a balanced accuracy of 0.80 ± 0.12, respectively. The male specific ATRX model achieves an accuracy of 0.76 ± 0.12, a sensitivity of 0.69 ± 0.23, a specificity of 0.81 ± 0.14, a PPV of 0.73 ± 0.18, an NPV of 0.81 ± 0.12, and a balanced accuracy of 0.75 ± 0.13, respectively.

Discussion

In this study, we propose a novel radiogenomics-NB model to fuse radiomics (imaging features) with RNAseq (genes) for glioma grading and prediction. NB distribution is appropriate for modeling RNAseq discrete read counts data and for preserving the count-based nature of this data. In the proposed radiogenomics-NB model, log-linear regression modeling is fitted to the estimated mean of the NB distribution and is linked with radiomics. We introduce this step to fuse the continuous radiomics data with the RNAseq count-based data without the need to transform the RNAseq data into a normal distribution.

The NB, unlike a Poisson distribution, has two parameters; the mean (e.g., the expected value of the RNAseq read counts data) and dispersion (e.g., a parameter that helps in capturing the variability of the RNAseq read counts). If the dispersion of NB is zero, the model reduces to Poisson distribution. In Poisson distribution, the mean is equal to the variance, which makes it rather restrictive. However, variation is usually observed in the real data of RNAseq counts data that the Poisson distribution cannot handle properly. On the other hand, NB has an additional parameter called the “dispersion” that allows the NB distribution of RNAseq counts data to modify its variance without affecting the mean. Thus, NB serves as a practical approximation to model RNAseq count data with variability different from its mean.

The mean of the proposed radiogenomics-NB model is estimated as the size factor multiplied by the total number of reads per RNAseq. Moreover, we utilize EdgeR to estimate the dispersion of the proposed radiogenomics-NB assuming RNAseq variability is assessed using the weighted conditional log-likelihood model. In the weighted conditional model, RNAseq counts data is assumed to have a distinct and individual dispersion for each RNAseq in addition to a common dispersion. Such an assumption can be more reliable when estimating the dispersion of real data of RNAseq counts data.

The performance evaluation of the proposed work indicates that linking simple, clinically feasible radiomics (i.e., tumor volumetric features) to RNAseq improves the performance of IDH and ATRX mutations prediction. The radiomics features utilized in the proposed radiogenomics-NB model that are described in Table 1 mainly depend on volumetric features. Our analysis shows that these features are associated with particular glioma mutations. This outcome supports previous studies that show the association between volumetric features and glioma mutations (3235). The efficacy of the proposed radiogenomics-NB model is further investigated using the top 10, 20, 30, 50, 100, and 150 DERs, respectively. Our analysis shows that the smaller the number of DERs (fewer than 30 DERs) utilized in radiogenomics-NB, the better is the radiogenomics-NB model performance. Our analyses indicate that using fewer than 30 DERs in our analysis offers the best performance (statically significant) in the radiogenomics-NB codeletion and ATRX prediction model. This suggests that using large numbers of DERs (more than 30) in the proposed radiogenomics-NB would over parametrize the dataset and create model fitting problems and thus degrade the performance.

Comparing our radiogenomics-NB model to NBLDA, RF-genomics, FR-radiogenomics, and VoomNSC, our model significantly outperforms NBLDA, RF-genomics, and VoomNSC for prediction of IDH and ATRX mutations. Our radiogenomics-NB model offers similar performance as NBLDA, RF-genomics, RF-radiogenomics, and VoomNSC models for prediction of 1p/19q codeletion. Specifically, for prediction of IDH mutations, while the proposed radiogenomics-NB model achieves significantly better balanced-accuracy, F1 score, and PPV than RF-radiogenomics, our model achieves similar accuracy, sensitivity, and specificity. Such results indicate the power of fusing radiomics and genomics data to develop radiogenomics models for classification and prediction models. The findings in this work indicate that the radiomics volumetric features may be vital for the prediction of IDH and ATRX mutations along with the genomics.

Different studies have revealed that gender is a significant factor in identifying cancer survival, prognosis, and treatment response (3941). Hence, improved glioma molecular mutation prediction may require the development of gender-specific models. In this study, we explore the gender-specific effect on the radiogenomics-NB models. Our analysis reveals that IDH mutated patients remain significant after stratifying for gender, unlike 1p/19q codeletion and ATRX status. Moreover, our analysis indicates that no association is found between gender and the three specific mutations (IDH mutations, 1p/19q codeletion, and ATRX status) using the Chi-square test. This result is in agreement with the findings in Brat et al. (42), Li et al. (43), and Ebrahimi et al. (44). However, our gender-specific modeling shows that female-specific radiogenomics-NB models significantly outperform the male-specific radiogenomics-NB models for prediction of IDH status, 1p/19q codeletion, and ATRX status, respectively.

In conclusion, we present a glioma mutations radiogenomics-NB prediction model that preserves the count nature of RNAseq counts data in the NB model and utilizes radiomics to develop a complete and a better characterization prediction model of patient data. Our analysis shows the superiority of utilizing both genomics and clinically feasible radiomics data when compared to only genomics models. Use of tumor volumetrics can be more easily and reproducibly implemented in clinical practice compared to more complex radiomics metrics, such as higher order texture analysis features. Finally, this study shows the efficacy of volumetric radiomics features in the radiogenomics-NB model for glioma molecular characterization and prediction. This study is a first step toward implementing joint modeling of RNAseq and MRI patient data for glioma grading. However, further investigation is needed with a larger dataset with both RNAseq and full multimodality MRI dataset for each patient in a cohort. In the future, larger prospective studies may be needed to investigate specific radiomics features and their association with the different mutations and RNAseq read counts data for implementation into clinical workflow. Furthermore, it will be interesting to investigate the cause of superior performance of female-specific radiogenomics-NB models when compared to that of the male-specific radiogenomics-NB models for prediction of IDH status, 1p/19q codeletion, and ATRX status. Also, these models may be further investigated in treatment response and survival prediction in the future.

Data Availability Statement

Radiomics data are available at doi: 10.7937/K9/TCIA.2017.GJQ7R0EF. Genomics and mutations data are available at: https://portal.gdc.cancer.gov/.

Ethics Statement

The studies involving human participants were reviewed and approved by Old Dominion University IRB. The ethics committee waived the requirement of written informed consent for participation.

Author Contributions

ZS and KI: conception and design and development of methodology. ZS, ND, and KI: analysis and interpretation of data. ZS, ND, AV, JC, and KI: drafting the article and/or revising. KI: funding acquisition. All authors contributed to the article and approved the submitted version.

Funding

This work is supported by National Institutes of Health (R01 EB020683).

Conflict of Interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher's Note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

Supplementary Material

The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fmed.2021.705071/full#supplementary-material

References

1. Weissleder R, Schwaiger MC, Gambhir SS, Hricak H. Imaging approaches to optimize molecular therapies. Sci Transl Med. (2016) 8:355ps316-355ps316. doi: 10.1126/scitranslmed.aaf3936

PubMed Abstract | CrossRef Full Text | Google Scholar

2. O'Connor JP, Aboagye EO, Adams JE, Aerts HJ, Barrington SF, Beer AJ, et al. Imaging biomarker roadmap for cancer studies. Nat Rev Clin Oncol. (2017) 14:169. doi: 10.1038/nrclinonc.2016.162

PubMed Abstract | CrossRef Full Text | Google Scholar

3. Reza SM, Samad MD, Shboul ZA, Jones KA, Iftekharuddin KM. Glioma grading using structural magnetic resonance imaging and molecular data. J Med Imaging. (2019) 6:024501. doi: 10.1117/1.JMI.6.2.024501

PubMed Abstract | CrossRef Full Text | Google Scholar

4. Shboul ZA, Iftekharuddin KM. Prediction of low-grade glioma progression using MR imaging. In: Medical Imaging 2019: Computer-Aided Diagnosis: International Society for Optics and Photonics. San Diego, CA (2019).

Google Scholar

5. Shboul ZA, Iftekharuddin KM. Efficacy of radiomics and genomics in predicting TP53 mutations in diffuse lower grade glioma. In: Medical Imaging 2020: Biomedical Applications in Molecular, Structural, and Functional Imaging: International Society for Optics and Photonics. Houston, TX (2020).

Google Scholar

6. Kickingereder P, Bonekamp D, Nowosielski M, Kratz A, Sill M, Burth S, et al. Radiogenomics of glioblastoma: machine learning–based classification of molecular characteristics by using multiparametric and multiregional MR imaging features. Radiology. (2016) 281:907–18. doi: 10.1148/radiol.2016161382

PubMed Abstract | CrossRef Full Text | Google Scholar

7. Mazurowski MA, Clark K, Czarnek NM, Shamsesfandabadi P, Peters KB, Saha A. Radiogenomics of lower-grade glioma: algorithmically-assessed tumor shape is associated with tumor genomic subtypes and patient outcomes in a multi-institutional study with The Cancer Genome Atlas data. J Neurooncol. (2017) 133:27–35. doi: 10.1007/s11060-017-2420-1

PubMed Abstract | CrossRef Full Text | Google Scholar

8. Rathore S, Akbari H, Rozycki M, Abdullah KG, Nasrallah MP, Binder ZA, et al. Radiomic MRI signature reveals three distinct subtypes of glioblastoma with different clinical and molecular characteristics, offering prognostic value beyond IDH1. Sci Rep. (2018) 8:5087. doi: 10.1038/s41598-018-22739-2

PubMed Abstract | CrossRef Full Text | Google Scholar

9. Iwadate Y, Sakaida T, Hiwasa T, Nagai Y, Ishikura H, Takiguchi M, et al. Molecular classification and survival prediction in human gliomas based on proteome analysis. Cancer Res. (2004) 64:2496–501. doi: 10.1158/0008-5472.CAN-03-1254

PubMed Abstract | CrossRef Full Text | Google Scholar

10. Zhang X, Sun S, Pu JKS, Tsang ACO, Lee D, Man VOY, et al. Long non-coding RNA expression profiles predict clinical phenotypes in glioma. Neurobiol Dis. (2012) 48:1–8. doi: 10.1016/j.nbd.2012.06.004

PubMed Abstract | CrossRef Full Text | Google Scholar

11. Zeng W-J, Yang Y-L, Liu Z-Z, Wen Z-P, Chen Y-H, Hu X-L, et al. Integrative analysis of DNA methylation and gene expression identify a three-gene signature for predicting prognosis in lower-grade gliomas. Cellular Physiology and Biochemistry. (2018) 47:428–39. doi: 10.1159/000489954

PubMed Abstract | CrossRef Full Text | Google Scholar

12. Law CW, Chen Y, Shi W, Smyth GK. voom: Precision weights unlock linear model analysis tools for RNA-seq read counts. Genome Biol. (2014) 15:R29. doi: 10.1186/gb-2014-15-2-r29

PubMed Abstract | CrossRef Full Text

13. Zararsiz G, Goksuluk D, Klaus B, Korkmaz S, Eldem V, Karabulut E, et al. voomDDA: discovery of diagnostic biomarkers and classification of RNA-seq data. PeerJ. (2017) 5:e3890. doi: 10.7717/peerj.3890

PubMed Abstract | CrossRef Full Text | Google Scholar

14. Oshlack A, Robinson MD, Young MD. From RNA-seq reads to differential expression results. Genome Biol. (2010) 11:1–10. doi: 10.1186/gb-2010-11-12-220

PubMed Abstract | CrossRef Full Text | Google Scholar

15. McCarthy DJ, Chen Y, Smyth GK. Differential expression analysis of multifactor RNA-Seq experiments with respect to biological variation. Nucleic Acids Res. (2012) 40:4288–97. doi: 10.1093/nar/gks042

PubMed Abstract | CrossRef Full Text | Google Scholar

16. Gardner W, Mulvey EP, Shaw EC. Regression analyses of counts and rates: poisson, overdispersed Poisson, and negative binomial models. Psychol Bull. (1995) 118:392. doi: 10.1037/0033-2909.118.3.392

PubMed Abstract | CrossRef Full Text | Google Scholar

17. Kukurba KR, Montgomery SB. RNA sequencing and analysis. Cold Spring Harbor Prot. (2015) 2015:pdb.top084970. doi: 10.1101/pdb.top084970

PubMed Abstract | CrossRef Full Text | Google Scholar

18. Robinson MD, Smyth GK. Small-sample estimation of negative binomial dispersion, with applications to SAGE data. Biostatistics. (2007) 9:321–32. doi: 10.1093/biostatistics/kxm030

PubMed Abstract | CrossRef Full Text | Google Scholar

19. Robinson MD, Smyth GK. Moderated statistical tests for assessing differences in tag abundance. Bioinformatics. (2007) 23:2881–7. doi: 10.1093/bioinformatics/btm453

PubMed Abstract | CrossRef Full Text | Google Scholar

20. Robinson MD, McCarthy DJ, Smyth GK. edgeR: a Bioconductor package for differential expression analysis of digital gene expression data. Bioinformatics. (2010) 26:139–40. doi: 10.1093/bioinformatics/btp616

PubMed Abstract | CrossRef Full Text | Google Scholar

21. Anders S, Huber W. Differential expression analysis for sequence count data. Genome Biol. (2010) 11:R106. doi: 10.1186/gb-2010-11-10-r106

PubMed Abstract | CrossRef Full Text

22. Di Y, Schafer DW, Cumbie JS, Chang JH. The NBP negative binomial model for assessing differential gene expression from RNA-Seq. Stat Appl Genet Mol Biol. (2011) 10:1–28. doi: 10.2202/1544-6115.1637

CrossRef Full Text | Google Scholar

23. Dong K, Zhao H, Tong T, Wan X. NBLDA: negative binomial linear discriminant analysis for RNA-Seq data. BMC Bioinformatics. (2016) 17:369. doi: 10.1186/s12859-016-1208-1

PubMed Abstract | CrossRef Full Text | Google Scholar

24. Tibshirani R, Hastie T, Narasimhan B, Chu G. Class prediction by nearest shrunken centroids, with applications to DNA microarrays. Statistical Science. (2003) 18:104–17. doi: 10.1214/ss/1056397488

CrossRef Full Text | Google Scholar

25. Louis DN, Perry A, Reifenberger G, Von Deimling A, Figarella-Branger D, Cavenee WK, et al. The 2016 World Health Organization classification of tumors of the central nervous system: a summary. Acta Neuropathol. (2016) 131:803–20. doi: 10.1007/s00401-016-1545-1

PubMed Abstract | CrossRef Full Text | Google Scholar

26. Marioni JC, Mason CE, Mane SM, Stephens M, Gilad Y. RNA-seq: an assessment of technical reproducibility and comparison with gene expression arrays. Genome Res. (2008) 18:1509–17. doi: 10.1101/gr.079558.108

PubMed Abstract | CrossRef Full Text | Google Scholar

27. Mortazavi A, Williams BA, McCue K, Schaeffer L, Wold B. Mapping and quantifying mammalian transcriptomes by RNA-Seq. Nat Methods. (2008) 5:621. doi: 10.1038/nmeth.1226

PubMed Abstract | CrossRef Full Text | Google Scholar

28. Menze BH, Jakab A, Bauer S, Kalpathy-Cramer J, Farahani K, Kirby J, et al. The multimodal brain tumor image segmentation benchmark (BRATS). IEEE Trans Med Imaging. (2015) 34:1993–2024. doi: 10.1109/TMI.2014.2377694

PubMed Abstract | CrossRef Full Text | Google Scholar

29. Bakas S, Akbari H, Sotiras A, Bilello M, Rozycki M, Kirby JS, et al. Advancing the cancer genome atlas glioma MRI collections with expert segmentation labels and radiomic features. Nat Sci Data. (2017) 4:170117. doi: 10.1038/sdata.2017.117

PubMed Abstract | CrossRef Full Text

30. Bakas S, Akbari H, Sotiras A, Bilello M, Rozycki M, Kirby J, et al. Segmentation Labels and Radiomic Features for the Pre-operative Scans of the TCGA-LGG collection. Cancer Imaging Arch. (2017) 286. doi: 10.7937/K9/TCIA.2017.GJQ7R0EF

CrossRef Full Text

31. Colaprico A, Silva TC, Olsen C, Garofano L, Cava C, Garolini D, et al. TCGAbiolinks: an R/Bioconductor package for integrative analysis of TCGA data. Nucleic Acids Res. (2015) 44:e71. doi: 10.1093/nar/gkv1507

PubMed Abstract | CrossRef Full Text | Google Scholar

32. Metellus P, Coulibaly B, Colin C, De Paula AM, Vasiljevic A, Taieb D, et al. Absence of IDH mutation identifies a novel radiologic and molecular subtype of WHO grade II gliomas with dismal prognosis. Acta Neuropathol. (2010) 120:719–29. doi: 10.1007/s00401-010-0777-8

PubMed Abstract | CrossRef Full Text | Google Scholar

33. Gutman DA, Dunn WD, Grossmann P, Cooper LA, Holder CA, Ligon KL, et al. Somatic mutations associated with MRI-derived volumetric features in glioblastoma. Neuroradiology. (2015) 57:1227–37. doi: 10.1007/s00234-015-1576-7

PubMed Abstract | CrossRef Full Text | Google Scholar

34. Park Y, Han K, Ahn S, Bae S, Choi Y, Chang J, et al. Prediction of IDH1-mutation and 1p/19q-codeletion status using preoperative MR imaging phenotypes in lower grade gliomas. Am J Neuroradiol. (2018) 39:37–42. doi: 10.3174/ajnr.A5421

PubMed Abstract | CrossRef Full Text | Google Scholar

35. Thust S, Hassanein S, Bisdas S, Rees J, Hyare H, Maynard J, et al. Apparent diffusion coefficient for molecular subtyping of non-gadolinium-enhancing WHO grade II/III glioma: volumetric segmentation versus two-dimensional region of interest analysis. Eur Radiol. (2018) 28:3779–88. doi: 10.1007/s00330-018-5351-0

PubMed Abstract | CrossRef Full Text | Google Scholar

36. Maufroy A, Chassot E, Joo R, Kaplan DM. Large-scale examination of spatio-temporal patterns of drifting fish aggregating devices (dFADs) from tropical tuna fisheries of the Indian and Atlantic Oceans. PLoS ONE. (2015) 10:e0128023. doi: 10.1371/journal.pone.0128023

PubMed Abstract | CrossRef Full Text | Google Scholar

37. Pan L, Liu G, Lin F, Zhong S, Xia H, Sun X, et al. Machine learning applications for prediction of relapse in childhood acute lymphoblastic leukemia. Sci Rep. (2017) 7:1–9. doi: 10.1038/s41598-017-07408-0

PubMed Abstract | CrossRef Full Text | Google Scholar

38. Vabalas A, Gowen E, Poliakoff E, Casson AJ. Machine learning algorithm validation with a limited sample size. PLoS ONE. (2019) 14:e0224365. doi: 10.1371/journal.pone.0224365

PubMed Abstract | CrossRef Full Text | Google Scholar

39. Yuan Y, Liu L, Chen H, Wang Y, Xu Y, Mao H, et al. Comprehensive characterization of molecular differences in cancer between male and female patients. Cancer Cell. (2016) 29:711–22. doi: 10.1016/j.ccell.2016.04.001

PubMed Abstract | CrossRef Full Text | Google Scholar

40. Ippolito JE, Yim AK-Y, Luo J, Chinnaiyan P, Rubin JB. Sexual dimorphism in glioma glycolysis underlies sex differences in survival. JCI Insight. (2017) 2:92142. doi: 10.1172/jci.insight.92142

PubMed Abstract | CrossRef Full Text | Google Scholar

41. Yang W, Warrington NM, Taylor SJ, Whitmire P, Carrasco E, Singleton KW, et al. Sex differences in GBM revealed by analysis of patient imaging, transcriptome, and survival data. Sci Transl Med. (2019) 11:eaao.5253. doi: 10.1126/scitranslmed.aao5253

PubMed Abstract | CrossRef Full Text | Google Scholar

42. Brat DJ, Verhaak RG, Aldape KD, Yung WA, Salama SR, Cooper LA, et al. Comprehensive, integrative genomic analysis of diffuse lower-grade gliomas. New Engl J Med. (2015) 372:2481–98. doi: 10.1056/NEJMoa1402121

PubMed Abstract | CrossRef Full Text

43. Li M-Y, Wang Y-Y, Cai J-Q, Zhang C-B, Wang K-Y, Cheng W, et al. Isocitrate dehydrogenase 1 gene mutation is associated with prognosis in clinical low-grade gliomas. PLoS ONE. (2015) 10:e0130872. doi: 10.1371/journal.pone.0130872

PubMed Abstract | CrossRef Full Text | Google Scholar

44. Ebrahimi A, Skardelly M, Bonzheim I, Ott I, Mühleisen H, Eckert F, et al. ATRX immunostaining predicts IDH and H3F3A status in gliomas. Acta Neuropathol Commun. (2016) 4:60. doi: 10.1186/s40478-016-0331-6

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: RNA sequencing, radiomics, radiogenomics, negative binomial, molecular mutation

Citation: Shboul ZA, Diawara N, Vossough A, Chen JY and Iftekharuddin KM (2021) Joint Modeling of RNAseq and Radiomics Data for Glioma Molecular Characterization and Prediction. Front. Med. 8:705071. doi: 10.3389/fmed.2021.705071

Received: 13 May 2021; Accepted: 20 July 2021;
Published: 19 August 2021.

Edited by:

Benedikt Wiestler, Technical University of Munich, Germany

Reviewed by:

Yu Qian, University of Texas MD Anderson Cancer Center, United States
Chunlin Ou, Central South University, China

Copyright © 2021 Shboul, Diawara, Vossough, Chen and Iftekharuddin. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Khan M. Iftekharuddin, kiftekha@odu.edu

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.