sampleData | R Documentation |
Retrieve and set sample data in profileplyr object
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
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.