as_profileplyr: Import ChIPprofile object to profileplyr

Description Usage Arguments Value Examples

Description

Function to convert soGGi ChIPprofile objects to profileplyr object .

Usage

1
as_profileplyr(chipProfile, names = NULL)

Arguments

chipProfile

A ChIPprofile object as created by soGGi regionPlot() function.

names

Column to select row IDs/names from ChIPprofile mcols.

Value

A profileplyr object

Examples

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"))

profileplyr documentation built on Nov. 8, 2020, 8:12 p.m.