makeFlatFileDir | R Documentation |
On JASPAR web service, "FlatFileDir" includes all the *.pfm and a matrix_list.txt file
makeFlatFileDir(JASPAR)
JASPAR |
A JASPAR object. Now it can be JASPAR2014 or JASPAR2016. |
The matrix_list.txt file contains each pfm per line. Each line has the ID, total information content, name, class and tags of one pfm.
The generated files are under "FlatFileDir" directory.
Ge Tan
library(JASPAR2014)
makeFlatFileDir(JASPAR2014)
unlink("FlatFileDir", recursive = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.