Learn R Programming

TFBSTools (version 1.10.3)

makeFlatFileDir: Generate "FlatFileDir" directory

Description

On JASPAR web service, "FlatFileDir" includes all the *.pfm and a matrix_list.txt file

Usage

makeFlatFileDir(JASPAR)

Arguments

JASPAR
A JASPAR object. Now it can be JASPAR2014 or JASPAR2016.

Value

The generated files are under "FlatFileDir" directory.

Details

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.

Examples

Run this code
  
    library(JASPAR2014)
    makeFlatFileDir(JASPAR2014)
  

Run the code above in your browser using DataLab