Description Usage Arguments Details Value Methods (by class) Examples
Export and Import files
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | export_deepToolsMat(
object = "profileplyr",
con = "character",
decreasing = "logical",
overwrite = "logical"
)
## S4 method for signature 'profileplyr'
export_deepToolsMat(
object = "profileplyr",
con = "character",
decreasing = FALSE,
overwrite = FALSE
)
import_deepToolsMat(con)
|
object |
A profileplyr object |
con |
Connection to write/read deeptools data to/from. |
decreasing |
If object@params$mcolToOrderBy has been set and not NULL, then the ranges will be ordered by the column indicated in this slot of the metadata. By default, the order will be increasing for the factor or numeric value. For decreasing order, choose decreasing = TRUE. |
overwrite |
Logical specifying whether to overwrite output if it exists. |
A profileplyr object
The path to deepTools matrix file
A profileplyr object
profileplyr
: Export and import profileplyr from/to deeptools
1 2 3 | example <- system.file("extdata", "example_deepTools_MAT", package = "profileplyr")
object <- import_deepToolsMat(example)
export_deepToolsMat(object,file.path(tempdir(),"ATAC_Example.MAT"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.