File: makeFlatFileDir.Rd

package info (click to toggle)
r-bioc-tfbstools 1.28.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 940 kB
  • sloc: xml: 1,137; ansic: 590; asm: 54; sh: 13; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 662 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
\name{makeFlatFileDir}
\alias{makeFlatFileDir}

\title{
  Generate "FlatFileDir" directory 
}
\description{
  On JASPAR web service, "FlatFileDir" includes all the *.pfm and a 
  matrix_list.txt file
}
\usage{
  makeFlatFileDir(JASPAR)
}

\arguments{
  \item{JASPAR}{
    A JASPAR object. Now it can be JASPAR2014 or JASPAR2016.
}
}
\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.
}
\value{
  The generated files are under "FlatFileDir" directory.
}

\author{
  Ge Tan
}

\examples{
  \donttest{
    library(JASPAR2014)
    makeFlatFileDir(JASPAR2014)
  }
}