R/getofftargetdata.R

Defines functions getofftargetdata

Documented in getofftargetdata

#' @export

getofftargetdata <- function(x){
  off_targ_frame <- data.frame(x[16:27])
  colnames(off_targ_frame) <- c("sgRNA sequence", "Chromosome", "Start", "End", "Mismatches", "Direction", "CFD Scores",
                                "Off-target sequence", "Gene ID", "Gene Name", "Sequence Type", "Exon Number")
  off_targ_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.