This pipeline uses various statistical tests to identify genes whose promoter methylation levels correlated to selected clinical features.
Testing the association between 19848 genes and 3 clinical features across 61 samples, statistically thresholded by P value < 0.05 and Q value < 0.3, 1 clinical feature related to at least one genes.
-
3 genes correlated to 'GENDER'.
-
DKFZP434L187 , CHTF8 , HAS3
-
No genes correlated to 'AGE', and 'RACE'.
Complete statistical result table is provided in Supplement Table 1
Table 1. Get Full Table This table shows the clinical features, statistical methods used, and the number of genes that are significantly associated with each clinical feature at P value < 0.05 and Q value < 0.3.
Clinical feature | Statistical test | Significant genes | Associated with | Associated with | ||
---|---|---|---|---|---|---|
AGE | Spearman correlation test | N=0 | ||||
GENDER | Wilcoxon test | N=3 | male | N=3 | female | N=0 |
RACE | Kruskal-Wallis test | N=0 |
Table S1. Basic characteristics of clinical feature: 'AGE'
AGE | Mean (SD) | 49.31 (14) |
Significant markers | N = 0 |
Table S2. Basic characteristics of clinical feature: 'GENDER'
GENDER | Labels | N |
FEMALE | 40 | |
MALE | 21 | |
Significant markers | N = 3 | |
Higher in MALE | 3 | |
Higher in FEMALE | 0 |
Table S3. Get Full Table List of 3 genes differentially expressed by 'GENDER'. 0 significant gene(s) located in sex chromosomes is(are) filtered out.
W(pos if higher in 'MALE') | wilcoxontestP | Q | AUC | |
---|---|---|---|---|
DKFZP434L187 | 767 | 1.443e-07 | 0.00286 | 0.9131 |
CHTF8 | 718 | 6.306e-06 | 0.125 | 0.8548 |
HAS3 | 718 | 6.306e-06 | 0.125 | 0.8548 |
-
Expresson data file = PCPG-TP.meth.by_min_clin_corr.data.txt
-
Clinical data file = PCPG-TP.merged_data.txt
-
Number of patients = 61
-
Number of genes = 19848
-
Number of clinical features = 3
For continuous numerical clinical features, Spearman's rank correlation coefficients (Spearman 1904) and two-tailed P values were estimated using 'cor.test' function in R
For two-class clinical features, two-tailed Student's t test with unequal variance (Lehmann and Romano 2005) was applied to compare the log2-expression levels between the two clinical classes using 't.test' function in R
For multi-class clinical features (ordinal or nominal), one-way analysis of variance (Howell 2002) was applied to compare the log2-expression levels between different clinical classes using 'anova' function in R
For multiple hypothesis correction, Q value is the False Discovery Rate (FDR) analogue of the P value (Benjamini and Hochberg 1995), defined as the minimum FDR at which the test may be called significant. We used the 'Benjamini and Hochberg' method of 'p.adjust' function in R to convert P values into Q values.