extras/revdep_tests/crispRdesignR.Rcheck/00_pkg_src/crispRdesignR/R/getsgRNAdata.R

#' @export

getsgRNAdata <- function(x){
  sgRNA_frame <- data.frame(x[1:15])
  colnames(sgRNA_frame) <- c("sgRNA sequence", "PAM sequence", "Direction", "Start", "End", "GC content",
                                      "Homopolymer", "Self Complementary", "Doench Score", "MM0", "MM1",
                                      "MM2", "MM3", "MM4", "Notes")
  sgRNA_frame
}
WinVector/vtreat documentation built on Aug. 29, 2023, 4:49 a.m.