View source: R/Preprocess-class.R
rdsId | R Documentation |
Intermediate files are stored in directories given by
DataPaths
. The names of the intermediate files are formed
by concatenating the colnames
of the BamViews
-derived
object with the extension .rds
.
rdsId(x)
x |
a |
library(Rsamtools)
extdir <- system.file("extdata", package="Rsamtools", mustWork=TRUE)
bamfile <- list.files(extdir, pattern="ex1.bam$", full.names=TRUE)
bview <- BamViews(bamPaths=bamfile)
rdsId(bview)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.