addTFBS | R Documentation |
GRN
objectAdd TFBS to a GRN
object
addTFBS( GRN, motifFolder, TFs = "all", nTFMax = NULL, filesTFBSPattern = "_TFBS", fileEnding = ".bed", forceRerun = FALSE )
GRN |
Object of class |
motifFolder |
Character. No default. Path to the folder that contains the TFBS predictions. The files must be in BED format, 6 columns, one file per TF. See the other parameters for more details. |
TFs |
Character vector. Default |
nTFMax |
|
filesTFBSPattern |
Character. Default |
fileEnding |
Character. Default |
forceRerun |
|
The same GRN
object, with added data from this function.
# See the Workflow vignette on the GRaNIE website for examples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.