R/getsgRNAdata.R

Defines functions getsgRNAdata

Documented in getsgRNAdata

#' @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
}

Try the crispRdesignR package in your browser

Any scripts or data that you put into this service are public.

crispRdesignR documentation built on April 12, 2023, 12:35 p.m.