| dataBrowser | R Documentation | 
This function allows you to get the current data in TFregulomeR
dataBrowser(
  species,
  organ,
  sample_type,
  cell_tissue_name,
  tf,
  disease_state,
  source,
  server = "ca",
  TFregulome_url,
  local_db_path = NULL
)
| species | The species of interest | 
| organ | The organ of interest | 
| sample_type | The sample type of interest | 
| cell_tissue_name | The name of tissue or cell of interest | 
| tf | The TF of interest | 
| disease_state | The disease state of interest | 
| source | The source of interest | 
| server | server location to be linked, either 'sg' or 'ca'. | 
| TFregulome_url | TFregulomeR server is implemented in MethMotif server. If the MethMotif url is NO more "https://bioinfo-csi.nus.edu.sg/methmotif/" or "https://methmotif.org", please use a new url. | 
| local_db_path | The complete path to the SQLite implementation of TFregulomeR database available at "https://methmotif.org/API_ZIPPED.zip" | 
data.frame containing the information of the queried TFBSs in TFregulomeR
TFBS_brain <- dataBrowser(organ = "brain")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.