rmTV: Free space occupied by DensityContainer

Description Usage Arguments Value Author(s) Examples

View source: R/TransView_accessors.R

Description

Free space occupied by DensityContainer

Usage

1
2
## S4 method for signature 'DensityContainer'
rmTV(dc)

Arguments

dc

An object of class DensityContainer.

Value

None

Author(s)

Julius Muller ju-mu@alumni.ethz.ch

Examples

1
2
3
4
5
6
exbam<-dir(system.file("extdata", package="TransView"),full=TRUE,patt="bam$")

#store density maps of the whole sam/bam file in test_data
exden.chip<-parseReads(exbam[2])

rmTV(exden.chip)

TransView documentation built on Nov. 8, 2020, 5:31 p.m.