rmTV {TransView}R Documentation

Free space occupied by DensityContainer

Description

Free space occupied by DensityContainer

Usage

## 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

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)

[Package TransView version 1.34.0 Index]