Predictive Analysis of Noncoding Genomic Alterations
R packages: elasticnet, hdi
-
Gene expression in patients.
Format: [Patient ID]\t[FPKM]\n
-
EP pairs.
Format: [Enh-Chr]\t[Enh-Start]\t[Enh-End]\t[Pro-Chr]\t[Pro-Position]\t[Gene]\n
-
Patient IDs.
Format: [ID]\n
-
SNVs in patients.
Format: [Patient ID]\t[Chr]\t[Position]\n
-
Translocation/Inversion break points.
Format: [Patient ID]\t[BP1-Chr]\t[Position]\t[Strand]\t[BP2-Chr]\t[Position]\t[Strand]\n
-
Duplication/Deletion break points.
Format: [Patient ID]\t[BP1-Chr]\t[Position]\t[Strand]\t[BP2-Chr]\t[Position]\t[Strand]\n
perl PANGEA.pl
-d [Path to PANGEA directroy]
-n [gene name]
-g [gene expression]
-p [list of patient]
-e [EP pairs]
-a [SNV]
-b [TRAN/INV]
-c [CNV]