hdallatorre
commited on
Commit
·
659c283
1
Parent(s):
e26a616
feat: Add histone marks
Browse files
nucleotide_transformer_downstream_tasks_v2.py
CHANGED
@@ -61,23 +61,23 @@ _HOMEPAGE = "https://github.com/instadeepai/nucleotide-transformer"
|
|
61 |
_LICENSE = "https://github.com/instadeepai/nucleotide-transformer/LICENSE.md"
|
62 |
|
63 |
_TASKS = [
|
64 |
-
"
|
65 |
-
"
|
66 |
"splice_sites_donors",
|
67 |
"splice_sites_acceptors",
|
68 |
-
"
|
69 |
-
"
|
70 |
-
"H3K4me3",
|
71 |
-
"splice_sites_all",
|
72 |
"H3K4me1",
|
73 |
-
"
|
|
|
|
|
74 |
"enhancers_types",
|
75 |
"promoter_no_tata",
|
76 |
-
"
|
77 |
-
"
|
78 |
"promoter_tata",
|
79 |
"enhancers",
|
80 |
-
"
|
81 |
"promoter_all",
|
82 |
]
|
83 |
|
|
|
61 |
_LICENSE = "https://github.com/instadeepai/nucleotide-transformer/LICENSE.md"
|
62 |
|
63 |
_TASKS = [
|
64 |
+
"H2AFZ",
|
65 |
+
"H3K27ac",
|
66 |
"splice_sites_donors",
|
67 |
"splice_sites_acceptors",
|
68 |
+
"H3K27me3",
|
69 |
+
"H3K36me3",
|
|
|
|
|
70 |
"H3K4me1",
|
71 |
+
"splice_sites_all",
|
72 |
+
"H3K4me2",
|
73 |
+
"H3K4me3",
|
74 |
"enhancers_types",
|
75 |
"promoter_no_tata",
|
76 |
+
"H3K9ac",
|
77 |
+
"H3K9me3",
|
78 |
"promoter_tata",
|
79 |
"enhancers",
|
80 |
+
"H4K20me1",
|
81 |
"promoter_all",
|
82 |
]
|
83 |
|