| as_profileplyr | R Documentation | 
Function to convert soGGi ChIPprofile objects to profileplyr object .
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
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.