R/RawAlleleBFractions.R

###########################################################################/**
# @RdocClass RawAlleleBFractions
#
# @title "The RawAlleleBFractions class"
#
# \description{
#  @classhierarchy
# }
# 
# @synopsis
#
# \arguments{
#   \item{...}{Arguments passed to @see "RawGenomicSignals".}
# }
#
# \section{Fields and Methods}{
#  @allmethods "public"
# }
#
# @author
#*/########################################################################### 
setConstructorS3("RawAlleleBFractions", function(...) {
  extend(RawGenomicSignals(...), "RawAlleleBFractions")
})

setMethodS3("plot", "RawAlleleBFractions", function(x, ..., ylim=c(0,1)+c(-0.2,0.2), ylab="Allele B fraction") {
  NextMethod("plot", ylim=ylim, ylab=ylab)
})

setMethodS3("extractRawAlleleBFractions", "default", abstract=TRUE)

Try the aroma.core package in your browser

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

aroma.core documentation built on Nov. 16, 2022, 1:07 a.m.