Description Usage Arguments Value Author(s) See Also Examples
Read the ouput xml files from Puython module "TFFM" into R.
1 | readXMLTFFM(fn, type=c("First", "Detail"))
|
fn |
The path of xml file. |
type |
The type of xml file. It can be one of the two types of xml files, "First" or "Detail". |
A TFFMFirst
object or a TFFMDetail
object is returned.
Ge Tan
1 2 3 | xmlFirst <- file.path(system.file("extdata", package="TFBSTools"),
"tffm_first_order.xml")
tffmFirst <- readXMLTFFM(xmlFirst, type="First")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.