-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
22 lines (22 loc) · 1.37 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: TFbindR
Type: Package
Title: Identification and Counting of the Occurence of Motifs in a Set
of Promoter Sequences. Motif Enrichment Analysis
Version: 1.0
Date: 2019-04-03
Authors@R: c(person("Maja", "Ilievska", email="[email protected]", role=c("aut","cre")),
person("Omid", "Safronov", email="[email protected]", role="aut"),
person("Jarkko", "Salojarvi", email="[email protected]", role="aut"))
Maintainer: Maja Ilievska <[email protected]>
Description: Building a database of transcription factor binding sites (TFBS) in the gene promoter regions, and motif enrichment analysis. The database is constructed based on fimo files or a list of regular expressions representing the binding motifs of the transcription factors of interest, and the promoter sequences in FASTA file format. The motifs are identified and their count is reported in a matrix with dimension of the motifs and promoter sequences. The occurence is identified for both, the sense and antisense strands. The enrichment analysis performs a fisher test for identification of enriched motifs in a set of genes of interest.
License: GPL-3
Imports: seqinr
Depends: R (>= 3.5.0)
RoxygenNote: 6.1.1
Encoding: UTF-8
LazyData: true
NeedsCompilation: no
Packaged: 2019-10-28 13:55:29 UTC; ilievska
Author: Maja Ilievska [aut, cre],
Omid Safronov [aut],
Jarkko Salojarvi [aut]