loadPeaks: load peaks from TFregulomeR

View source: R/loadPeaks.R

loadPeaksR Documentation

load peaks from TFregulomeR

Description

This function allows you to obtain the peaks from TFregulomeR using TFregulomeR ID.

Usage

loadPeaks(id, includeMotifOnly = FALSE, server = "sg", TFregulome_url)

Arguments

id

Required. TFregulomeR ID

includeMotifOnly

Either TRUE or FALSE (default). If TRUE, only peaks with motif will be returned

server

server localtion to be linked, either 'sg' or 'ca'.

TFregulome_url

TFregulomeR server is implemented in MethMotif server. If the MethMotif url is NO more "http://bioinfo-csi.nus.edu.sg/methmotif/" or "http://methmotif.org", please use a new url.

Value

a data.frame containing peak coordinates

Examples

CEBPB_peaks <- loadPeaks(id = "MM1_HSA_K562_CEBPB")

linquynus/TFregulomeR documentation built on April 27, 2022, 5:01 a.m.