-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.15 KB
/
DESCRIPTION
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
Package: TFMPvalue
Version: 0.0.9
Date: 2022-10-19
Title: Efficient and Accurate P-Value Computation for Position Weight Matrices
Description: In putative Transcription Factor Binding Sites (TFBSs)
identification from sequence/alignments,
we are interested in the significance of certain match score.
TFMPvalue provides the accurate calculation of P-value with
score threshold for Position Weight Matrices,
or the score with given P-value.
It is an interface to code originally made available by
Helene Touzet and Jean-Stephane Varre, 2007,
Algorithms Mol Biol:2, 15. <doi:10.1186/1748-7188-2-15>.
Author: Ge Tan <[email protected]>
Maintainer: Ge Tan <[email protected]>
Copyright: 2007 LIFL-USTL-INRIA
Imports: Rcpp(>= 0.11.1)
Depends: R (>= 3.0.1)
Suggests: testthat
LinkingTo: Rcpp
License: GPL-2
URL: https://github.com/ge11232002/TFMPvalue
BugReports: https://github.com/ge11232002/TFMPvalue/issues
Type: Package
NeedsCompilation: yes
SystemRequirements: C++11
Collate: TFMPvalue-sc2pv.R
TFMPvalue-pv2sc.R
TFMPvalue-lazyScore.R
util.R