R/documented_objects.R

#' BreakPoint object
#'
#' The \code{BreakPoint} object is output of the function \code{\link{runBreakpointr}} and is basically a list with various entries. The class() attribute of this list was set to "BreakPoint". Entries can be accessed with the list operators '[[]]' and '$'.
#'
#' @name BreakPoint
#' @return
#' \item{fragments}{A \code{\link{GRanges-class}} object with read fragments.}
#' \item{deltas}{A \code{\link{GRanges-class}} object with deltaWs.}
#' \item{breaks}{A \code{\link{GRanges-class}} object containing the breakpoint coordinates.}
#' \item{counts}{A \code{\link{GRanges-class}} object with the regions between breakpoints.}
#' \item{params}{A vector with parameters that were used to obtain the results.}
#'
#' @seealso runBreakpointr
NULL

Try the breakpointR package in your browser

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

breakpointR documentation built on Nov. 8, 2020, 8:04 p.m.