R/data.R

#' GenIE regions for the MUL1 example.
#'
#' A data.frame with GenIE regions details for the MUL1 example.
#'
#' @format A data frame with 1 row and 9 variables:
#' \describe{
#'   \item{name}{region name}
#'   \item{sequence_name}{chromosome or amplicon name}
#'   \item{start}{start coordinate of the region}
#'   \item{end}{end coordinate of the region}
#'   \item{highlight_site}{coordinate of the SNP site}
#'   \item{cut_site}{coordinate of the cut site}
#'   \item{hdr_allele_profile}{HDR allele profile}
#'   \item{wt_allele_profile}{WT allele profile}
#'   \item{ref_sequence}{sequence of the amplicon region}
#' }
"mul1_regions"


#' GenIE replicates for the MUL1 example.
#'
#' A data.frame with GenIE replicate details for the MUL1 example.
#'
#' @format A data frame with 12 rows and 5 variables:
#' \describe{
#'   \item{name}{region name}
#'   \item{replicate}{short name of the replicate}
#'   \item{type}{cDNA" or "gDNA"}
#'   \item{vp_extraction}{which cDNA/gDNA extraction the replicate is from}
#'   \item{bam}{path to the BAM file of data for the replicate}
#' }
"mul1_replicates"


#' GenIE grep results list.
#'
#' A list with a single result object from GenIE grep analysis for the MUL1 example.
#'
#' @format A one-item list with a grep_analysis result object.
"mul1_grep_results"


#' GenIE replicates for the MUL1 example.
#'
#' A list with a single result object from GenIE deletion analysis for the MUL1 example.
#'
#' @format A one-item list with a deletion_analysis result object.
"mul1_del_results"

Try the rgenie package in your browser

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

rgenie documentation built on Oct. 23, 2020, 8:21 p.m.