From 43915c96829d5ec315667237eb092a6cce13b301 Mon Sep 17 00:00:00 2001 From: wilzzw <36085710+wilzzw@users.noreply.github.com> Date: Sat, 26 Oct 2019 22:20:19 -0400 Subject: [PATCH] Likely typo in Line 338 --- BIN-Sequence.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BIN-Sequence.R b/BIN-Sequence.R index 2861cb3..6dd266c 100644 --- a/BIN-Sequence.R +++ b/BIN-Sequence.R @@ -335,7 +335,7 @@ if (! requireNamespace("stringi", quietly = TRUE)) { # data(package = "stringi") # available datasets -(x <- stri::stri_match_all(mySeq, regex = "CG")) +(x <- stringi::stri_match_all(mySeq, regex = "CG")) length(unlist(x)) # Now you could compare that number with yeast DNA sequences, and determine