.loadPeaks | R Documentation |
This function allows you to obtain the peaks from TFregulomeR using TFregulomeR ID.
.loadPeaks(id, includeMotifOnly = FALSE, api_object)
id |
Required. TFregulomeR ID |
includeMotifOnly |
Either TRUE or FALSE (default). If TRUE, only peaks with motif will be returned |
api_object |
s4 object for interacting with the TFregulome database |
a data.frame containing peak coordinates
CEBPB_peaks <- .loadPeaks(id = "MM1_HSA_K562_CEBPB")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.