-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding files to replicate Figure 2A results in paper
- Loading branch information
Showing
23 changed files
with
1,230 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# TFA-evaluation inputs from Ma&Brent 2020 | ||
|
||
These files are adapted from the Supplemental Files of Ma&Brent 2020 to show replicate results shown in Fig2A | ||
|
||
Example run: | ||
|
||
python evaluateTFA.py -a Paper_Inputs/S5_unlabeled_50-TF_TFA_values_optimized_with_ChIP-CC-TFKO_on_ZEV.csv -m Paper_Inputs/S5_TF_mRNA_in_ZEV.csv -t Paper_Inputs/S5_TF_labels.csv -s Paper_Inputs/sample_labels.csv -p 2 | ||
|
||
Expected output: | ||
|
||
TFA values will be evaluated according to file of expected activity pattern | ||
Median rank percentile of perturbed TFs: | ||
86.0 p-value: 1.55e-09 | ||
Percent of TFA changes in expected direction: | ||
0.66 p-value: 1.64e-02 | ||
Percent positive correlation between TFA and mRNA: | ||
0.74 p-value: 4.68e-05 | ||
Percent positive correlation between TFA and mRNA (bootstrapped median): | ||
0.72 | ||
|
||
|
||
-a | ||
|
||
a csv file of TF activity values, arranged as a TF x samples matrix | ||
these TFA values were inferred by using the ChIP-CC network, sign constrained sign constrained and optimized with TFKO dataset | ||
|
||
-m | ||
|
||
a csv file of TF gene expression values from the ZEV dataset that matches the arrangement of the TFA file | ||
this file is used to calculate the positive correlation metric | ||
the percent of TFs with a positive correlation is calculated | ||
p-value is calculated as probability to get that percentage with # coin flips = # TFs | ||
the median percentage of TFs with a positive correlation across 1000 bootstrap samples is calculated | ||
|
||
-t | ||
|
||
a file that labels the rows of the activity matrix with TF names | ||
|
||
-s | ||
|
||
a file that labels the columns of the activity matrix | ||
if a sample has an expected change in TFA, it should be named with that TF to match the TF file | ||
wherever the sample and tf labels match, the TFA value will be used for calculating the correct direction and median rank metrics | ||
|
||
-p | ||
|
||
the direction of TFA perturbation | ||
0 indicates low activity | ||
2 indicates high activity | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
YBL021C | ||
YBR083W | ||
YBR182C | ||
YDR043C | ||
YDR146C | ||
YDR253C | ||
YDR259C | ||
YDR310C | ||
YDR421W | ||
YDR423C | ||
YDR463W | ||
YEL009C | ||
YER040W | ||
YER169W | ||
YFR034C | ||
YGL013C | ||
YGL035C | ||
YGL071W | ||
YGL162W | ||
YGL209W | ||
YGL237C | ||
YGR044C | ||
YHR084W | ||
YHR178W | ||
YHR206W | ||
YIL131C | ||
YJL056C | ||
YKL043W | ||
YKL062W | ||
YKL109W | ||
YLR131C | ||
YLR256W | ||
YLR451W | ||
YML007W | ||
YML027W | ||
YML099C | ||
YMR021C | ||
YMR042W | ||
YNL068C | ||
YNL314W | ||
YOR028C | ||
YOR032C | ||
YOR344C | ||
YOR358W | ||
YPL038W | ||
YPL089C | ||
YPL139C | ||
YPL177C | ||
YPL248C | ||
YPR065W |
Large diffs are not rendered by default.
Oops, something went wrong.
50 changes: 50 additions & 0 deletions
50
Paper_Inputs/S11_unlabeled_50-TF_TFA_values_optimized_with_ChIP-PC-TFKO_on_ZEV.csv
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
YBL021C | ||
YBR083W | ||
YBR182C | ||
YDR043C | ||
YDR146C | ||
YDR253C | ||
YDR259C | ||
YDR310C | ||
YDR421W | ||
YDR423C | ||
YDR463W | ||
YEL009C | ||
YER040W | ||
YER169W | ||
YFR034C | ||
YGL013C | ||
YGL035C | ||
YGL071W | ||
YGL162W | ||
YGL209W | ||
YGL237C | ||
YGR044C | ||
YHR084W | ||
YHR178W | ||
YHR206W | ||
YIL131C | ||
YJL056C | ||
YKL043W | ||
YKL062W | ||
YKL109W | ||
YLR131C | ||
YLR256W | ||
YLR451W | ||
YML007W | ||
YML027W | ||
YML099C | ||
YMR021C | ||
YMR042W | ||
YNL068C | ||
YNL314W | ||
YOR028C | ||
YOR032C | ||
YOR344C | ||
YOR358W | ||
YPL038W | ||
YPL089C | ||
YPL139C | ||
YPL177C | ||
YPL248C | ||
YPR065W |
Large diffs are not rendered by default.
Oops, something went wrong.
50 changes: 50 additions & 0 deletions
50
Paper_Inputs/S12_unlabeled_50-TF_TFA_values_optimized_with_ChIP-PC-ZEV_on_TFKO.csv
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
YBL021C | ||
YBL103C | ||
YDL020C | ||
YDL106C | ||
YDR096W | ||
YDR146C | ||
YDR310C | ||
YDR448W | ||
YDR463W | ||
YER040W | ||
YGL035C | ||
YGL071W | ||
YGL237C | ||
YGR044C | ||
YHL020C | ||
YHL027W | ||
YHR006W | ||
YHR084W | ||
YHR178W | ||
YHR206W | ||
YIL036W | ||
YIL056W | ||
YIL131C | ||
YIR023W | ||
YJL056C | ||
YJL110C | ||
YJR060W | ||
YKL038W | ||
YLR014C | ||
YLR098C | ||
YLR131C | ||
YLR176C | ||
YLR256W | ||
YLR266C | ||
YLR403W | ||
YLR451W | ||
YML007W | ||
YMR016C | ||
YMR021C | ||
YMR037C | ||
YMR070W | ||
YNL167C | ||
YNL199C | ||
YOL067C | ||
YOL108C | ||
YOR028C | ||
YOR140W | ||
YOR358W | ||
YPL177C | ||
YPR065W |
50 changes: 50 additions & 0 deletions
50
Paper_Inputs/S17_unlabeled_50-TF_TFA_values_optimized_with_DE-PC-TFKO_on_ZEV.csv
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
YAL051W | ||
YBL021C | ||
YDL020C | ||
YDL170W | ||
YDR034C | ||
YDR096W | ||
YDR146C | ||
YDR423C | ||
YDR463W | ||
YEL009C | ||
YER040W | ||
YFL052W | ||
YFR034C | ||
YGL071W | ||
YGL162W | ||
YGL166W | ||
YHL009C | ||
YHL027W | ||
YHR124W | ||
YHR178W | ||
YIL036W | ||
YJL056C | ||
YJL110C | ||
YJR094C | ||
YJR127C | ||
YKL109W | ||
YKR034W | ||
YLR131C | ||
YLR176C | ||
YLR228C | ||
YLR403W | ||
YML099C | ||
YMR021C | ||
YMR037C | ||
YMR172W | ||
YMR182C | ||
YNL027W | ||
YNL068C | ||
YNL167C | ||
YNL314W | ||
YOL067C | ||
YOL108C | ||
YOR028C | ||
YOR162C | ||
YOR337W | ||
YOR363C | ||
YPL038W | ||
YPL133C | ||
YPL139C | ||
YPR008W |
50 changes: 50 additions & 0 deletions
50
Paper_Inputs/S18_unlabeled_50-TF_TFA_values_optimized_with_DE-PC-ZEV_on_TFKO.csv
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
YBL021C | ||
YDL106C | ||
YDL170W | ||
YDR213W | ||
YDR216W | ||
YDR310C | ||
YDR421W | ||
YER028C | ||
YER045C | ||
YFL031W | ||
YGL013C | ||
YGL035C | ||
YGL162W | ||
YGL166W | ||
YGL209W | ||
YHR006W | ||
YHR124W | ||
YHR206W | ||
YIL101C | ||
YIR013C | ||
YIR017C | ||
YIR018W | ||
YIR023W | ||
YJL056C | ||
YJL089W | ||
YKL185W | ||
YLL054C | ||
YLR014C | ||
YLR098C | ||
YLR176C | ||
YLR228C | ||
YLR256W | ||
YLR403W | ||
YLR451W | ||
YML007W | ||
YMR042W | ||
YMR182C | ||
YNL314W | ||
YOL067C | ||
YOL108C | ||
YOR028C | ||
YOR032C | ||
YOR113W | ||
YOR140W | ||
YOR162C | ||
YOR172W | ||
YOR358W | ||
YOR363C | ||
YPL177C | ||
YPL248C |
50 changes: 50 additions & 0 deletions
50
Paper_Inputs/S23_unlabeled_50-TF_TFA_values_optimized_with_PWM-PC-TFKO_on_ZEV.csv
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
YBL021C | ||
YDL106C | ||
YDL170W | ||
YDR213W | ||
YDR216W | ||
YDR310C | ||
YDR421W | ||
YER028C | ||
YER045C | ||
YFL031W | ||
YGL013C | ||
YGL035C | ||
YGL162W | ||
YGL166W | ||
YGL209W | ||
YHR006W | ||
YHR124W | ||
YHR206W | ||
YIL101C | ||
YIR013C | ||
YIR017C | ||
YIR018W | ||
YIR023W | ||
YJL056C | ||
YJL089W | ||
YKL185W | ||
YLL054C | ||
YLR014C | ||
YLR098C | ||
YLR176C | ||
YLR228C | ||
YLR256W | ||
YLR403W | ||
YLR451W | ||
YML007W | ||
YMR042W | ||
YMR182C | ||
YNL314W | ||
YOL067C | ||
YOL108C | ||
YOR028C | ||
YOR032C | ||
YOR113W | ||
YOR140W | ||
YOR162C | ||
YOR172W | ||
YOR358W | ||
YOR363C | ||
YPL177C | ||
YPL248C |
50 changes: 50 additions & 0 deletions
50
Paper_Inputs/S24_unlabeled_50-TF_TFA_values_optimized_with_PWM-PC-ZEV_on_TFKO.csv
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.