Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .RData
Binary file not shown.
2 changes: 2 additions & 0 deletions .Rhistory
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
devtools::install_github(repo = "https://github.com/livnatje/DIALOGUE")
q()
2 changes: 1 addition & 1 deletion pertpy/preprocessing/_guide_rna.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


class GuideAssignment:
"""Offers simple guide assigment based on count thresholds."""
"""Offers Simple guide assigment based on count thresholds."""

def assign_by_threshold(
self,
Expand Down
Loading