We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0588aae commit 4c721d6Copy full SHA for 4c721d6
README.md
@@ -1,2 +1,13 @@
1
# genet-models
2
prediction models for genet
3
+
4
+### Available models
5
6
+1) DeepSpCas9
7
+DeepSpCas9 model은 SpCas9의 activity를 예측해주는 모델이다. 2019년 Sci.Adv.에 발표된 모델을 그대로 가져왔다.
8
9
+2) DeepSpCas9-variants
10
+DeepSpCas9-varisnts 모델은 다양한 SpCas9 PAM vairnats들의 activity를 예측해주는 모델이다.
11
12
+3) DeepPrime / DeepPrime-FT
13
+Prime editing 효율을 예측해주는 모델이다. 2023 Cell 논문의 모델들을 가져왔다.
genet_models/DeepSmallCas9/__init__.py
genet_models/utils/__init__.py
@@ -1,3 +1,3 @@
-version_ = '1.0.0'
+version_ = '1.1.0'
__version__ = version_
0 commit comments