View source: R/ModBamResults.R
ModBamFiles | R Documentation |
This function creates a ModBamFiles object containing information about the samples and file paths. This constructor checks that the files are readable and have an index.
ModBamFiles(samples, paths)
## S4 method for signature 'ModBamFiles'
show(object)
samples |
a character vector with the names of the samples. |
paths |
a character vector with the file paths for the BAM files. |
object |
a ModBamFiles object. |
A ModBamFiles object with the sample and path information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.