| toTFBSTools | R Documentation | 
This function allows you to retrieve and convert motif PFM in TFregulomeR database into PFMatrix class object, which can be used in TFBSTools package.
toTFBSTools(id, server = "sg", TFregulome_url)
| id | Required. TFregulomeR ID. | 
| 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. | 
An object of class PFMatrix
require(TFBSTools) CEBPB_pfm <- toTFBSTools(id = "MM1_HSA_K562_CEBPB")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.