Description Usage Arguments Value Author(s) Examples
View source: R/TransView_accessors.R
Free space occupied by DensityContainer
1 2 | ## S4 method for signature 'DensityContainer'
rmTV(dc)
|
dc |
An object of class DensityContainer. |
None
Julius Muller ju-mu@alumni.ethz.ch
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.