Description Usage Arguments Value Examples
Function to convert soGGi ChIPprofile objects to profileplyr object .
1 | as_profileplyr(chipProfile, names = NULL)
|
chipProfile |
A ChIPprofile object as created by soGGi regionPlot() function. |
names |
Column to select row IDs/names from ChIPprofile mcols. |
A profileplyr object
1 2 3 4 | library(soGGi)
data("ik_Profiles")
proplyr <- as_profileplyr(ik_Profiles,names="ID")
export_deepToolsMat(proplyr,con=file.path(tempdir(),"ik_Profiles.MAT"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.