Skip to main content

The prediction of interferon treatment effects based on time series microarray gene expression profiles

Abstract

Background

The status of a disease can be reflected by specific transcriptional profiles resulting from the induction or repression activity of a number of genes. Here, we proposed a time-dependent diagnostic model to predict the treatment effects of interferon and ribavirin to HCV infected patients by using time series microarray gene expression profiles of a published study.

Methods

In the published study, 33 African-American (AA) and 36 Caucasian American (CA) patients with chronic HCV genotype 1 infection received pegylated interferon and ribavirin therapy for 28 days. HG-U133A GeneChip containing 22283 probes was used to analyze the global gene expression in peripheral blood mononuclear cells (PBMC) of all the patients on day 0 (pretreatment), 1, 2, 7, 14, and 28. According to the decrease of HCV RNA levels on day 28, two categories of responses were defined: good and poor. A voting method based on Student's t test, Wilcoxon test, empirical Bayes test and significance analysis of microarray was used to identify differentially expressed genes. A time-dependent diagnostic model based on C4.5 decision tree was constructed to predict the treatment outcome. This model not only utilized the gene expression profiles before the treatment, but also during the treatment. Leave-one-out cross validation was used to evaluate the performance of the model.

Results

The model could correctly predict all Caucasian American patients' treatment effects at very early time point. The prediction accuracy of African-American patients achieved 85.7%. In addition, thirty potential biomarkers which may play important roles in response to interferon and ribavirin were identified.

Conclusion

Our method provides a way of using time series gene expression profiling to predict the treatment effect of pegylated interferon and ribavirin therapy on HCV infected patients. Similar experimental and bioinformatical strategies may be used to improve treatment decisions for other chronic diseases.

Background

Chronic diseases such as infectious disease, cancer, and diabetes are among the most common and costly health problems. The therapy of chronic diseases often lasts for a long time, while the treatment effect may be questionable and yet the side effects may be serious. Hepatitis C virus (HCV) is one of the major causes of chronic hepatitis, cirrhosis, and hepatocellular carcinoma. The current recommended treatment for chronic HCV infection is the combination of pegylated alpha interferon (peginterferon) and the oral antiviral drug ribavirin given for 24 or 48 weeks, but the chance to induce a sustained response is only 54%–56%[1]. Using interferon and ribavirin for a long time may cause serious side effects, such as fever, chills, body aches, headaches, myeloid disorders[2] and neuropsychiatric symptoms[3]. The patients with poor response should better give up such treatment in the early stage. However the underlying mechanisms for different responses are not fully understood and it is hard to foresee treatment effects by conventional methods.

We analyzed a published time series microarray dataset of a virological research in which the effects of pegylated interferon and ribavirin on 33 African-American (AA) and 36 Caucasian American (CA) patients with chronic HCV infection were studied[4]. We established a diagnostic model to predict the outcome of pegylated interferon and ribavirin therapy using time series microarray gene expression profiles for AA and CA patients separately.

Although the focus here is on how HCV infected patients respond to pegylated interferon treatment, the model described is generally applicable to other chronic diseases undergoing long term treatment.

Methods

Original time-series microarray data applied in our study

The original time-series microarray data used in this work is from a study of Milton W. Taylor which was published on Journal of Virology last year[4], and publicly available at GEO http://www.ncbi.nlm.nih.gov/geo under accession number GSE7123. The initial data set consists of the gene expression profiles of 33 African-American and 36 Caucasian American patients with chronic HCV genotype 1 infection on day 0 (pretreatment), and 1, 2, 7, 14, and 28 of pegylated interferon and ribavirin therapy. HG-U133A GeneChip containing 22283 probes was used to analyze the global gene expression in peripheral blood mononuclear cells (PBMC) of the patients at each time point. For each patient the decrease of HCV RNA level was calculated by subtracting baseline level (before treatment) from the level on day 28. Good response was defined as a decrease of more than 1.4 log10 IU/ml of HCV RNA level; and poor response was defined as less than 1.4 log10 IU/ml decline from the base level. Only patients with all the gene expression data of 6 time points were involved in our analysis, including 30 Caucasian Americans (CA) of whom 17 were good responders and 13 were poor, 28 African-Americans (AA) of whom 19 were good responders and 9 were poor.

Data preprocessing

First, we normalized the data of total 348 microarrays using quantile method and log2-trasformed them. Only probes that were present in at least 75% microarrays with log2 intensities greater than 7 were kept for further analysis. This resulted in a subset of approximately 13620 probesets representing 9100 different genes.

Statistical analysis to identify differentially expressed genes

To avoid bias that may be created by single feature-selecting statistical method, we constructed a voting method based on several methods including Student's t test[5], Wilcoxon test[6], empirical Bayes test (eBayes) [7]and significance analysis of microarray(SAM)[8] to identify differentially expressed genes. Only genes that passed three out of the four methods were regarded as differentially expressed. The selection criterion was set at a defined P value for all four statistical tests.

Time-dependent diagnostic model

The classifier used in our program at each time point was C4.5-a decision tree classification method [9]. With leave-one-out cross-validation, the model was trained and tested at each time point. The framework is illustrated in Figure 1 and detailed as follows:

Figure 1
figure 1

The framework of time-dependent diagnostic model. "nontreatable" means the patient was predicted to have a poor response and should be eliminated from the treatment, "treatable" means the patient was predicted to have a good response and should keep the treatment.

Train the model

Each patient in the training set was regarded as an instance and the class label for him was the outcome of the treatment. At each time point, differentially expressed genes between good and poor response group were identified using the voting method described above as the marker probe sets of this time point. At the first time point (time point 0, before treatment), the features were that day's gene expression values of the marker probe sets at that time point; at the following time point during the treatment, the features were the combination of that day's gene expression values of marker probe sets at that time point and features of previous time points. For example, the features at day 1 are the expression values of differentially expressed genes at day 1 and the expression values of differentially expressed genes at day 0.

Every patient is assumed treatable until predicted as nontreatable with sufficient differentially expressed genes at that day. For each time point, if the number of differentially expressed genes was equal or greater than 5, the C4.5 classifier will be constructed at this time point; otherwise, differentially expressed gene number at this time point will be set as null and no C4.5 classifier will be trained at this time point. This check step helps to avoid false negative decision.

Test the model

At each time of leave-one-out cross-validation, we used the data of N-1 patients to build a model and then applied it on the one left patient to predict his treatment outcome. If a patient was predicted as treatable by every time point's classifier, this was a positive prediction. If the final outcome according to the HCV RNA level decline was good response for this patient, this was a true positive prediction; otherwise, it was a false positive prediction.

If a patient was predicted as nontreatable by one of the six classifiers (day 0, 1, 2, 7, 14 and 28), this was a negative prediction. That means this patient should be eliminated from the treatment and the workflow of this patient will stop at that time point. If the real outcome was poor response for this patient, this was a true negative prediction; otherwise, this was a false negative prediction.

The prediction accuracy Q of leave-one-out cross-validation was calculated as follows:

Q = t p + t n t p + t n + f p + f n × 100 MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaemyuaeLaeyypa0tcfa4aaSaaaeaacqWG0baDcqWGWbaCcqGHRaWkcqWG0baDcqWGUbGBaeaacqWG0baDcqWGWbaCcqGHRaWkcqWG0baDcqWGUbGBcqGHRaWkcqWGMbGzcqWGWbaCcqGHRaWkcqWGMbGzcqWGUbGBaaGccqGHxdaTcqaIXaqmcqaIWaamcqaIWaamaaa@483F@

tp, tn, fp and fn stand for true positive, true negative, false positive and false negative, respectively. Detailed information about this model, including processed microarray data, R code and results, can be found in Additional file 1 and file 2.

Relevance and significance of candidate biomarkers

To assess the biological relevance of the identified candidate biomarkers which were important for CA response prediction, we used PubGene to find relationships between these candidate biomarkers and IFN (Interferon)/HCV (Hepatitis C viruses). PubGene http://www.pubgene.org/ is a tool to carry out automated extraction of explicit and implicit biomedical knowledge from publicly available gene and text databases to create a gene-to-gene co-citation network by automated analysis of titles and abstracts in MEDLINE records[10]. Moreover, GO and KEGG category enrichment analyses were applied to validate the functional and pathway relevance of selected candidate biomarkers.

Results

Time-dependent diagnostic model

The true power of time series microarray analysis does not come from the analysis of single time point, but rather, from the analysis of a series of time points to identify a biomarker chain. The main idea of our model is to fully utilize gene expression profiles before and during treatment to predict the final treatment outcome.

The time-dependent diagnostic results of all patients, AA patients and CA patients are shown in Figure 2. It illustrates that true negative CA patients were all correctly detected on day 1 and true negative AA patients were mostly detected on day 1 and 7. The leave-one-out cross-validation results of all patients, AA patients and CA patients are given in Table 1. In the preliminary research, we found that the numbers of differentially expressed genes in all patients, AA patients and CA patients under the same cut-off P value were quite different. To balance the numbers of differentially expressed genes in different groups, P values given to identify differentially expressed genes in all patients, AA patients and CA patients were 0.00001, 0.001 and 0.0001, respectively.

Table 1 The Leave-one-out cross-validation results of all patients, AA patients and CA patients.
Figure 2
figure 2

The leave-one-out cross-validation results of time-dependent diagnostic models based on all patients, AA patients and CA patients. On day one, most nontreatable patients could be detected correctly. "T" means true prediction; "F" means false prediction.

Simplified Time-dependent diagnostic model

We have known that if only static gene expression profiles before treatment were used the prediction accuracy was rather low (data not shown). However from the above results, it occurred to us that the seemingly complicated models may actually be simplified to day 1 classifier – depending only on gene expression profiles of very early treatment time point. The leave-one-out cross-validation accuracy based on day 1 classifier (including day 0 and day 1 gene expression profiles) of CA patients could achieve 100%, the same as the result using data of all the time points. With AA patients, the accuracy dropped some, but still much better than if only using pre-treatment gene expression profile. The leave-one-out cross-validation results of all patients, AA patients and CA patients on day 1 are given in Table 2.

Table 2 The leave-one-out cross-validation results of all patients, AA patients and CA patients on day 1.

Identification of candidate biomarkers of CA patients

As stated above, CA patients of HCV infection are more sensitive to the therapy of interferon and ribavirin, and after one day treatment the outcome could be one hundred percent predicted. Using the feature selection methods described in Methods section, we identified 30 differentially expressed genes or probes on day one between 17 good response CA patients and 13 poor response CA patients as the candidate biomarkers relevant to interferon therapy response. They are EIF3S5, HSPA9, ABLIM1, RPL4 (201154_x_at), MARCKS, HTRA2, SH2B3, KIAA0999, LCK, C8orf70, TTLL1, CD86, TUFT1, KLRK1, PARP1, KPNB1, NT5C2, RPL4 (211710_x_at), MRPS27, AOF2, HSD17B8, RBMX, TNFSF10, SMARCA4, C14orf122, KIAA0748, PCID2, DNAPTP6, TLE2 and CYFIP2. Their detailed probe information are provided in Additional file 3.

The time series expression profiles of two representative genes TNFSF10 (tumor necrosis factor (ligand) superfamily, member 10) and KLRK1 (killer cell lectin-like receptor subfamily K, member 1) are shown in Figure 3. In Figure 3A, at most of the time, the difference of TNFSF10 expression level between Good response CA and Poor response CA is much greater than the difference between Good response AA and Poor response AA. Moreover, the difference between Good response CA and Poor response CA increases with time, but the difference between Good response AA and Poor response AA decreases with time. In Figure 3B, the same phenomenon can be observed on day 1 and 7. Many other genes showed similar tendency at earlier time points. Maybe this partly explains why the treatment of CA patients can be more accurately predicted than AA patients. The dynamic expression graphics of all thirty genes are provided in Additional file 4.

Figure 3
figure 3

The time series expression of two representative genes TNFSF10 (tumor necrosis factor (ligand) superfamily, member 10) and KLRK1 (killer cell lectin-like receptor subfamily K, member 1). The horizontal axis depicts days that the treatment has lasted, the vertical axis stands for expression mean values with error bar. Different colour indicates different groups of patients.

To further evaluate whether these expression signatures are associated with therapeutic outcome (good or poor response), we conducted clustering of CA patients using differentially expressed genes on day 1 between CA groups of good and poor outcome (Figure 4C), and compared it with the clustering result of all patients using differentially expressed genes on day 1 between all patients of good and poor outcome(Figure 4A), of AA patients using differentially expressed genes on day 1 between AA groups of good and poor outcome (Figure 4B).

Figure 4
figure 4

Unsupervised two-way hierarchical clustering based on expression profiles of differentially expressed genes of all patients on day 1(A), AA patients on day 1(B), and CA patients on day 1(C). P values given to identify differentially expressed genes in all patients, AA patients and CA patients were 0.00001, 0.001 and 0.0001, respectively. The bar indicates the response status of patients.

It can be seen that Figure 4C best clustered its patients. These thirty genes could classify the CA patients into good responders and poor responders very well. Therefore the simplified day 1 diagnostic model can clearly be applied to CA patients.

Relevance and significance of candidate biomarkers

The relationship between those candidate biomarkers and IFN (Interferon)/HCV (Hepatitis C viruses) were explored by using PubGene. The two literature networks are shown in Additional file 5, indicating six genes that have direct connections with both IFN and HCV. They are LCK (lymphocyte-specific protein tyrosine kinase), NT5C2 (5'-nucleotidase, cytosolic II), KLRK1 (killer cell lectin-like receptor subfamily K, member 1), CD86 (CD86 antigen (CD28 antigen ligand 2, B7-2 antigen)), PARP1 (poly (ADP-ribose) polymerase family, member 1) and TNFSF10 (tumor necrosis factor (ligand) superfamily, member 10). It has been reported that IFN-alpha can significantly enhance CD86 expression on dendritic cells from chronic hepatitis C patients[11, 12]. The ligation of tumor necrosis factor receptor (TNFR1) can initiate apoptosis or programmed cell death which is part of interferon (IFN)-mediated anti-viral action[13].

GO category enrichment analysis results (see Additional file 6) show that many of these candidate biomarkers are involved in immunity, such as T cell differentiation and positive regulation of T cell activation, which are concerned with antivirus.

The KEGG category enrichment analysis (see Additional file 6) illustrates that three candidate biomarkers (LCK, lymphocyte-specific protein tyrosine kinase; KLRK1, killer cell lectin-like receptor subfamily K, member 1; TNFSF10, tumor necrosis factor (ligand) superfamily, member 10) are components of the Natural killer cell mediated cytotoxicity pathway, which is important in antineoplastic, antivirus and immune regulation. It has been reported that impairment of natural killer cell activity is associated with chronic hepatitis C virus infection[14].

Discussion

It is evident that the prediction accuracy of CA patients is higher than AA patients. Constitutively different responses of black and white hepatitis C patients to pegylated interferon and ribavirin therapy had been reported[15] before our study. It shows in our study as, markers that may be important for predicting response did not change as remarkably in AA patients as in CA patients. Our diagnostic model did not perform well on AA patients who did not demonstrate sufficient differentially expressed genes at early time points.

Our results implied that if there is a sensitive change of gene expression profile at early treatment time points, the diagnostic model will be more sensitive and useful. This was confirmed by the simplified diagnostic model. With day 1 model CA patients with HCV infection who are more responsive to interferon and ribavirin therapy can already be predicted of their treatment outcome after 28 days. With less sensitive response the diagnostic model may need to be stretched to include profiles after longer time treatment, like in AA patients. Even with AA patients, profiles of early time points are sufficient for making reasonable predictions of outcome. This is good news for clinical and experimental workers. It means that the strategy of using early time-treatment gene expression profiling to predict outcome for potential long-term treatment is affordable and applicable.

Microarray gene expression analysis has been proved valuable in numerous applications including disease classification, diagnosis, survival analysis, choice of therapy etc, but rarely for more complex clinical problems such as the dynamic prediction of treatment effects we addressed in this paper. We tried several methods including traditional statistical techniques and the latest computer-intensive techniques to predict the final treatment effects based on the static gene expression profiles before treatment and the prediction results were unacceptable. Dynamic prediction chains using time series gene expression profiles have been proved to make more successful prediction model. There were two outcome prediction studies based on 70-gene expression dataset generated by kinetic reverse-transcription PCR from 52 multiple sclerosis patients treated with rIFNβ[16, 17]. They obtained good results but were limited to the 70 genes. Our model directly applied on large-scale microarray data, and may have found some novel biomarkers. Our results justify further biological studies to evaluate whether these candidate biomarkers could truly predict the effect of interferon and ribavirian therapy. Further investigations may shed light on the mechanisms of different responses between CA patients and AA patients of HCV infection to this kind of therapy.

Conclusion

Our time-dependent diagnostic model suggests a way of using time series gene expression profiling to predict the treatment effect of pegylated interferon and ribavirin therapy on HCV infected patients. Similar experimental and bioinformatics strategies may be used to improve treatment decisions for other chronic diseases. This may be an important strategy in future personalized medicine.

References

  1. Hofer H, Watkins-Riedel T, Janata O, Penner E, Holzmann H, Steindl-Munda P, Gangl A, Ferenci P: Spontaneous viral clearance in patients with acute hepatitis C can be predicted by repeated measurements of serum viral load. Hepatology. 2003, 37: 60-64.

    Article  PubMed  Google Scholar 

  2. Tefferi A, Elliot MA, Yoon SY, Li CY, Mesa RA, Call TG, Dispenzieri A: Clinical and bone marrow effects of interferon alfa therapy in myelofibrosis with myeloid metaplasia. Blood. 2001, 97: 1896-

    Article  CAS  PubMed  Google Scholar 

  3. Crone CC, Gabriel GM, Wise TN: Managing the neuropsychiatric side effects of interferon-based therapy for hepatitis C. Cleve Clin J Med. 2004, 71 (Suppl 3): S27-32.

    Article  PubMed  Google Scholar 

  4. Taylor MW, Tsukahara T, Brodsky L, Schaley J, Sanda C, Stephens MJ, McClintick JN, Edenberg HJ, Li L, Tavis JE, Howell C, Belle SH: Changes in gene expression during pegylated interferon and ribavirin therapy of chronic hepatitis C virus distinguish responders from nonresponders to antiviral therapy. J Virol. 2007, 81: 3391-3401.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  5. O'Mahony M: Sensory Evaluation of Food: Statistical Methods and Procedures. 1986, CRC Press, 487-

    Google Scholar 

  6. Conover WJ: Practical Nonparametric Statistics. 1998, 3

    Google Scholar 

  7. Smyth GK: Linear models and empirical bayes methods for assessing differential expression in microarray experiments. Stat Appl Genet Mol Biol. 2004, 3: Article3-

    PubMed  Google Scholar 

  8. Tusher VG, Tibshirani R, Chu G: Significance analysis of microarrays applied to the ionizing radiation response. Proc Natl Acad Sci USA. 2001, 98: 5116-5121.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  9. Quinlan JR: C4.5: Programs for Machine Learning. 1993, Morgan Kaufmann Publishers

    Google Scholar 

  10. Jenssen TK, Laegreid A, Komorowski J, Hovig E: A literature network of human genes for high-throughput analysis of gene expression. Nat Genet. 2001, 28: 21-28.

    CAS  PubMed  Google Scholar 

  11. Miyatake H, Kanto T, Inoue M, Sakakibara M, Kaimori A, Yakushijin T, Itose I, Miyazaki M, Kuzushita N, Hiramatsu N, Takehara T, Kasahara A, Hayashi N: Impaired ability of interferon-alpha-primed dendritic cells to stimulate Th1-type CD4 T-cell response in chronic hepatitis C virus infection. J Viral Hepat. 2007, 14: 404-412.

    Article  CAS  PubMed  Google Scholar 

  12. Pillai V, Lee WM, Thiele DL, Karandikar NJ: Clinical responders to antiviral therapy of chronic HCV infection show elevated antiviral CD4+ and CD8+ T-cell responses. J Viral Hepat. 2007, 14: 318-329.

    Article  PubMed  Google Scholar 

  13. Ezelle HJ, Balachandran S, Sicheri F, Polyak SJ, Barber GN: Analyzing the mechanisms of interferon-induced apoptosis using CrmA and hepatitis C virus NS5A. Virology. 2001, 281: 124-137.

    Article  CAS  PubMed  Google Scholar 

  14. Par G, Rukavina D, Podack ER, Horanyi M, Szekeres-Bartho J, Hegedus G, Paal M, Szereday L, Mozsik G, Par A: Decrease in CD3-negative-CD8dim(+) and Vdelta2/Vgamma9 TcR+ peripheral blood lymphocyte counts, low perforin expression and the impairment of natural killer cell activity is associated with chronic hepatitis C virus infection. J Hepatol. 2002, 37: 514-522.

    Article  CAS  PubMed  Google Scholar 

  15. Luo S, Cassidy W, Jeffers L, Reddy KR, Bruno C, Howell CD: Interferon-stimulated gene expression in black and white hepatitis C patients during peginterferon alfa-2a combination therapy. Clin Gastroenterol Hepatol. 2005, 3: 499-506.

    Article  CAS  PubMed  Google Scholar 

  16. Baranzini SE, Mousavi P, Rio J, Caillier SJ, Stillman A, Villoslada P, Wyatt MM, Comabella M, Greller LD, Somogyi R, Montalban X, Oksenberg JR: Transcription-based prediction of response to IFNbeta using supervised computational methods. PLoS Biol. 2005, 3: e2-

    Article  PubMed Central  PubMed  Google Scholar 

  17. Borgwardt KM, Vishwanathan SV, Kriegel HP: Class prediction from time series gene expression profiles using dynamical systems kernels. Pac Symp Biocomput. 2006, 547-558.

    Google Scholar 

Download references

Acknowledgements

The authors would like to thank Editor Francesco Marincola for his responsible attitude and encouraging comments to our manuscript. We also would like to thank Dr. Hongyue Dai for his insightful comment. Funding for this research was provided by Shanghai Pujiang program 06PJ14073, National High-Tech R&D Program (863): 2006AA02Z334, 2007AA02Z332, and National Basic Research Program of China 2006CB910700, 2004CB720103, 2004CB518606.

Author information

Authors and Affiliations

Authors

Corresponding authors

Correspondence to Lu Xie or Yi-Xue Li.

Additional information

Authors' contributions

TH and KT carried out the study. TH and LX wrote the manuscript. LX and YxL supervised the project. YS provided statistical suggestions, CcW contributed discussions. All authors read and approved the final manuscript.

Tao Huang, Kang Tu contributed equally to this work.

Electronic supplementary material

12967_2008_274_MOESM1_ESM.rar

Additional file 1: Processed microarray data, R code and results of time-dependent diagnostic model (part 1). Additional file 1 and file 2 should be downloaded together. R code is for the performance of model construction. (RAR 15 MB)

12967_2008_274_MOESM2_ESM.rar

Additional file 2: Processed microarray data, R code and results of time-dependent diagnostic model (part 2). Additional file 1 and file 2 should be downloaded together. R code is for the performance of model construction. (RAR 15 MB)

12967_2008_274_MOESM3_ESM.xls

Additional file 3: Detailed probe information of thirty candidate biomarkers. The probe information comes from the original microarray probe set. (XLS 40 KB)

12967_2008_274_MOESM4_ESM.pdf

Additional file 4: Dynamic expression graphics of thirty candidate biomarkers. For each of the thirty candidate biomarkers a graph of its expression levels in four groups of patients (good CA, poor CA, good AA, poor AA) at all time points is given. (PDF 83 KB)

12967_2008_274_MOESM5_ESM.png

Additional file 5: Literature networks of thirty candidate biomarkers in relation to IFN (Interferon)/HCV (Hepatitis C viruses). The six genes that have direct connections with both IFN and HCV are framed with blue boxes. (PNG 365 KB)

12967_2008_274_MOESM6_ESM.xls

Additional file 6: GO and KEGG category enrichment analyses of thirty candidate biomarkers. Thirty-seven enriched GO biological processes and ten GO molecular functions as well as one enriched KEGG pathway are shown (p < 0.01). (XLS 22 KB)

Authors’ original submitted files for images

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Huang, T., Tu, K., Shyr, Y. et al. The prediction of interferon treatment effects based on time series microarray gene expression profiles. J Transl Med 6, 44 (2008). https://doi.org/10.1186/1479-5876-6-44

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1479-5876-6-44

Keywords