loadPeaks | R Documentation |
This function allows you to obtain the peaks from TFregulomeR using TFregulomeR ID.
loadPeaks(id, includeMotifOnly = FALSE, server = "sg", TFregulome_url)
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. |
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.