Andrew Stirn commited on
Commit
df4a1be
·
1 Parent(s): d030031

documentation edits

Browse files
Files changed (1) hide show
  1. tiger.md +21 -29
tiger.md CHANGED
@@ -1,44 +1,36 @@
1
- ## TIGER Cas13 Efficacy Prediction
2
 
3
- Welcome to TIGER!
4
- This Hugging Face space is an online tool that accompanies our Nature Biotechnology article.
5
- TIGER's ability to make accurate on- and off-target predictions enables biologists to both design highly effective gRNAs and precisely modulate transcript expression by engineering gRNA mismatches.
6
- If you utilize our model, please consider citing us:
7
 
 
8
  > Wessels, H.-H., Stirn, A., Méndez-Mancilla, A., Kim, E. J., Hart, S. K., Knowles, D. A., & Sanjana, N. E. (2023). Prediction of on-target and off-target activity of CRISPR–Cas13d guide RNAs using deep learning. Nature Biotechnology. https://doi.org/10.1038/s41587-023-01830-8
9
 
10
- [//]: # (In our article, TIGER predicts log2 fold-change (LFC) from target sequence, guide sequence, and additional scalar features.)
11
 
12
- [//]: # (Prior to training, we normalize our survival screen's LFC values on a per-gene basis to discourage TIGER from learning which target transcripts come from more essential genes.)
 
 
 
 
13
 
14
- [//]: # (As such, TIGER outputs a normalized LFC estimate.)
15
 
16
- This tool differs from our manuscript in two ways.
17
- First, this version of TIGER predicts using just target and guide sequence, which will marginally reduce performance (fig 3c).
18
- Second, we map TIGER's predictions to the unit interval to make estimates more interpretable: a one corresponds to high gRNA activity and a zero denotes no activity.
19
- This transformation, maps estimates with no detectable Cas13 activity to (0,0.025] and the most active 2.5% of estimates to [0.975,1)
20
- This transformation is monotonically decreasing and therefore preserves Spearman, AUROC, and AUPRC performance.
21
- These transformed LFC estimates appear in the `Guide Score` column of our prediction tables.
22
 
 
 
 
 
23
 
24
- ### Using TIGER
25
 
26
- We support two methods for transcript entry:
27
- - Manual entry of a single transcript
28
- - Uploading a FASTA file that can contain one or many transcripts provided each has a unique ID
29
-
30
- We currently offer three run modes:
31
- - We report all on-target gRNAs for each provided transcript. This mode does not support off-target identification due to current computational constraints.
32
- - We report the top ten most active, on-target gRNAs for each provided transcript. This mode allows for the optional identification of off-target effects.
33
- - We report the top ten most active, on-target gRNAs for each provided transcript and their titration candidates (all possible single mismatches). This mode also does not support off-target identification due to current computational constraints.
34
-
35
- We use version 19 of gencode (protein-coding and lncRNA) to identify off-target candidates.
36
-
37
- ### Feature Roadmap
38
 
39
  - Off-target scanning speed improvements
40
- - Off-target scanning for titration mode
41
- - Allow user to select more than the top ten guides per transcript
42
  - Incorporate non-scalar features (target accessibility, hybridization energies, etc...)
43
 
44
  To report bugs or to request additional features, please click the "Community" button in the top right corner of this screen and start a new discussion.
 
1
+ ## TIGER Online Tool for Cas13 Efficacy Prediction
2
 
3
+ Welcome to TIGER! This online tool that accompanies our *Nature Biotechnology* article.
4
+ TIGER's ability to make accurate on- and off-target predictions enables users to 1) design highly effective gRNAs and 2) precisely modulate transcript expression by engineered gRNA-target mismatches.
 
 
5
 
6
+ If you use TIGER, please consider citing our study:
7
  > Wessels, H.-H., Stirn, A., Méndez-Mancilla, A., Kim, E. J., Hart, S. K., Knowles, D. A., & Sanjana, N. E. (2023). Prediction of on-target and off-target activity of CRISPR–Cas13d guide RNAs using deep learning. Nature Biotechnology. https://doi.org/10.1038/s41587-023-01830-8
8
 
 
9
 
10
+ Please note that this precompiled, online tool differs from the manuscript slightly.
11
+ First, this version of TIGER predicts using just target and guide sequence (see Figure 3c). Second, we map TIGER's predictions to the unit interval to make estimates more interpretable: a Guide Score of 1 corresponds to high gRNA activity (i.e. desirable).
12
+ A Guide Score of 0 denotes no/minimal activity.
13
+ This transformation is monotonic and therefore preserves Spearman, AUROC, and AUPRC performance.
14
+ These estimates (transformations of log-fold-change predictions from TIGER) appear in the "Guide Score" column of this online tool’s output.
15
 
16
+ ### Using the TIGER Online Tool
17
 
18
+ The tool supports two methods for transcript entry:
19
+ 1) Manual entry of a single transcript
20
+ 2) Uploading a FASTA file that can contain one or more transcripts. Each transcript must have a unique ID.
 
 
 
21
 
22
+ The tool has three run modes:
23
+ - Report all on-target gRNAs for each provided transcript. This mode does not support off-target identification.
24
+ - Report the top 10 most active, on-target gRNAs for each provided transcript. This mode allows for the optional identification of off-target effects.
25
+ - Report the top 10 most active, on-target gRNAs for each provided transcript and their titration candidates (all possible single mismatches with predicted knockdown). Larger guide scores correspond to more transcript knockdown. This mode also does not support off-target identification.
26
 
27
+ The tool uses version 19 of Gencode (protein-coding and lncRNA) to identify off-target candidates.
28
 
29
+ ### Future Development Plans
 
 
 
 
 
 
 
 
 
 
 
30
 
31
  - Off-target scanning speed improvements
32
+ - Off-target scanning for titration (engineered mismatch) mode
33
+ - Allow users to select more than the top ten guides per transcript
34
  - Incorporate non-scalar features (target accessibility, hybridization energies, etc...)
35
 
36
  To report bugs or to request additional features, please click the "Community" button in the top right corner of this screen and start a new discussion.