Chapter 4 DUXC and Dux transcriptome compared to that of FSHD

We used a gene set enrichment method to exam whether the FSHD profile was enriched by DUXC transcriptome in the canine model. The results suggested that DUXC induced transcription program similar to FSHD muscle cells. We employed the FSHD transcriptome profile discovered by Jagannathan et al. (Sujatha Jagannathan and Tapscott 2016) - there were 666 mis-expressed genes in FSHD muscle cell lines. Out of 666, 520 have human-canine paired homologous (by Ensembl orthologs database V88); we used hypergeometric tests to exam whether the FSHD transcription program is enriched in canine.

Results. Based on the 520 human-to-canine homologous, the Pearson correlation between DUXC transcriptome and FSHD transcriptome is 0.35, moderately higher than that of between mouse Dux and FSHD transcriptome (0.29). Out of the 520 homologous, 146 (29%) were positively affected by DUXC in canine; the hypergeometric test yielded \(1e-12\) \(p\)-value, suggesting that that the mis-expressed gene set of FSHD was enriched.

Below are the codes implementing the statistics methods.

Load datasets

4.1 DUXC transcriptome compared to that of FSHD

4.1.2 GSEA: enrichment of FSHD transcriptome

Code below calculates the correlation (Pearson) and implements GSEA inferring FSHD transcriptome enrichment.

## Warning: Removed 35 rows containing non-finite values (stat_smooth).
## Warning: Removed 35 rows containing missing values (geom_point).
Scatter plot of 520 homologs expression in  DUXC expressed canine myobrast and FSHD muscle cells. Dashlines represents the linear regression.

Figure 4.1: Scatter plot of 520 homologs expression in DUXC expressed canine myobrast and FSHD muscle cells. Dashlines represents the linear regression.

## Warning: Removed 35 rows containing non-finite values (stat_smooth).

## Warning: Removed 35 rows containing missing values (geom_point).

4.2 Dux transcriptome compared to that of FSHD

4.2.2 GSEA: enrichment of FSHD transcriptome

Out of 666 mis-expressed genes in FSHD muscle cells, 543 has homologs in mouse; 97 out of 534 homologs were up-regulated in Dux expressed mouse cell line. The correlation of 534 homologs expression between Dux expressed mouse cell line and FSHD muscle cells is 0.29. The GSEA by hypergeometric test gave \(p\)-value < \(1e-12\) suggesting that Dux also induced similar transcription activity similar to FSHD muscle cells.

## Warning: Removed 75 rows containing non-finite values (stat_smooth).
## Warning: Removed 91 rows containing missing values (geom_point).
Scatter plot of 534 homologs expression in Dux expressed mouse myobrast and FSHD muscle cells. Dashlines represents the linear regression.

Figure 4.2: Scatter plot of 534 homologs expression in Dux expressed mouse myobrast and FSHD muscle cells. Dashlines represents the linear regression.

## Warning: Removed 75 rows containing non-finite values (stat_smooth).

## Warning: Removed 91 rows containing missing values (geom_point).

# References

Sujatha Jagannathan, Rebecca Resnick, Sean C. Shadle, and Stephen J. Tapscott. 2016. “Model Systems of Dux4 Expression Recapitulate the Transcriptional Profile of Fshd Cells.” Human Molecular Genetics. https://doi.org/doi: 10.1093/hmg/ddw271.