Description Usage Arguments Value Examples
Retrieve and set sample data in profileplyr object
1 2 3 4 5 6 7 8 9 | sampleData(object = "profileplyr")
## S4 method for signature 'profileplyr'
sampleData(object = "profileplyr")
sampleData(object) <- value
## S4 replacement method for signature 'profileplyr,DataFrame'
sampleData(object) <- value
|
object |
A profileplyr object |
value |
DataFrame of sample information |
A DataFrame containing sample data
A DataFrame containing sample data to replace current sample data
1 2 3 4 | example <- system.file("extdata", "example_deepTools_MAT", package = "profileplyr")
object <- import_deepToolsMat(example)
sampleData(object)
sampleData(object)$scale <- c(1,10,1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.