You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening it will show a heatmap for the given sequence, the dark red regions show the main area that influenced EnhancerMatcher's final decision. Please read the main paper for more details.
62
+
7. In the output folder, the generated CAM is called sequence_CAM.pdf
63
+
64
+
Opening it will show a heatmap for the given sequence, the dark red regions show the main area that influenced EnhancerMatcher's final decision. Please read the main paper for more details. Provided is a colorblind option where in this case the yellow brigher spots are main interest spots.
62
65
63
66
If you wish to run EnhancerMatcher via the jupyter notebook:
64
67
@@ -74,9 +77,13 @@ If you wish to run EnhancerMatcher via the jupyter notebook:
74
77
75
78
Set this parameter to output_cam_pdf = True
76
79
77
-
4. If you want to change the output directory locate and edit output_dir with your output directory.
80
+
4. If you want a colorblind friendly CAM model generated then locate the second cell and locate colorblind_friendly.
81
+
82
+
Set this parameter to colorblind_friendly = True
78
83
79
-
5. Once you edit the parameters, run the entire notebook and the outputs will be generated in the output directory.
84
+
5. If you want to change the output directory locate and edit output_dir with your output directory.
85
+
86
+
6. Once you edit the parameters, run the entire notebook and the outputs will be generated in the output directory.
80
87
81
88
## To Run our Tests:
82
89
1. Look inside the Test_Input folder, inside are two fasta files:
@@ -91,6 +98,9 @@ If you wish to run EnhancerMatcher via the jupyter notebook:
91
98
If you want to generate a CAM output for each sequence run:
0 commit comments