Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- biology
|
| 4 |
+
---
|
| 5 |
+
This dataset contains 1,206 Cas9 and Cas12 sequences from [Madugula et al](https://pubs.acs.org/doi/10.1021/acs.jcim.4c00625).
|
| 6 |
+
|
| 7 |
+
In `starter_cas_data.csv`, the entries are:
|
| 8 |
+
- `sequence`: (string) the amino acid sequence of the Cas protein
|
| 9 |
+
- `sequence_len`: (int) length of the sequence in number of amino acids
|
| 10 |
+
- `cas`: (string) Cas 9 or Cas12
|
| 11 |
+
- `CAS_TYPE`: (int) 0 if Cas9, 1 if Cas12
|