Browse code

removed motifmatchr and its dependencies

paul-shannon authored on 02/04/2020 20:20:03
Showing 1 changed files
... ...
@@ -4,7 +4,6 @@ exportMethods (
4 4
    export,
5 5
    show,
6 6
    query,
7
-   matchMotif,
8 7
    motifToGene,
9 8
    geneToMotif,
10 9
    associateTranscriptionFactors
... ...
@@ -14,11 +13,6 @@ export(
14 13
     MotifDb
15 14
 )
16 15
 
17
-import(motifmatchr)
18
-import(TFBSTools)
19
-importFrom(universalmotif, convert_motifs)
20
-
21
-
22 16
 import(BiocGenerics)
23 17
 import(S4Vectors)
24 18
 import(IRanges)
Browse code

provisional addition of hocomoco v1, with reliability scores, A-D

paul-shannon authored on 10/03/2020 00:06:57
Showing 1 changed files
... ...
@@ -4,6 +4,7 @@ exportMethods (
4 4
    export,
5 5
    show,
6 6
    query,
7
+   matchMotif,
7 8
    motifToGene,
8 9
    geneToMotif,
9 10
    associateTranscriptionFactors
... ...
@@ -13,9 +14,15 @@ export(
13 14
     MotifDb
14 15
 )
15 16
 
17
+import(motifmatchr)
18
+import(TFBSTools)
19
+importFrom(universalmotif, convert_motifs)
20
+
21
+
16 22
 import(BiocGenerics)
17 23
 import(S4Vectors)
18 24
 import(IRanges)
25
+import(GenomicRanges)
19 26
 importFrom(rtracklayer, export)
20 27
 import(Biostrings)
21 28
 import(methods)
Browse code

motifToGene refactored, now suuports c('motifDb', tfClass') sources

paul-shannon authored on 18/05/2018 22:05:19
Showing 1 changed files
... ...
@@ -4,7 +4,6 @@ exportMethods (
4 4
    export,
5 5
    show,
6 6
    query,
7
-   query2,
8 7
    motifToGene,
9 8
    geneToMotif,
10 9
    associateTranscriptionFactors
Browse code

added query2(mdb, andTerms, orTerms=c(), notTerms=c())

paul-shannon authored on 10/05/2018 23:52:12
Showing 1 changed files
... ...
@@ -4,6 +4,7 @@ exportMethods (
4 4
    export,
5 5
    show,
6 6
    query,
7
+   query2,
7 8
    motifToGene,
8 9
    geneToMotif,
9 10
    associateTranscriptionFactors
Browse code

Removed large text files

Matthew Richards authored on 03/10/2017 16:42:17
Showing 1 changed files
... ...
@@ -20,3 +20,4 @@ importFrom(rtracklayer, export)
20 20
 import(Biostrings)
21 21
 import(methods)
22 22
 importFrom(splitstackshape, expandRows)
23
+importFrom(utils, read.table)
Browse code

geneToMotif, motifToGene, associateTranscriptionFactors tested

paul-shannon authored on 07/09/2017 23:28:23
Showing 1 changed files
... ...
@@ -4,8 +4,9 @@ exportMethods (
4 4
    export,
5 5
    show,
6 6
    query,
7
-   mapMotifToTranscriptionFactorGeneSymbol,
8
-   mapTranscriptionFactorGeneSymbolToMotif
7
+   motifToGene,
8
+   geneToMotif,
9
+   associateTranscriptionFactors
9 10
    )
10 11
 
11 12
 export(
... ...
@@ -18,3 +19,4 @@ import(IRanges)
18 19
 importFrom(rtracklayer, export)
19 20
 import(Biostrings)
20 21
 import(methods)
22
+importFrom(splitstackshape, expandRows)
Browse code

roughed in data, methods and tests for mapping tf genes <--> motifs

paul-shannon authored on 13/08/2017 00:19:12
Showing 1 changed files
... ...
@@ -3,7 +3,9 @@ exportMethods (
3 3
    subset,
4 4
    export,
5 5
    show,
6
-   query
6
+   query,
7
+   mapMotifToTranscriptionFactorGeneSymbol,
8
+   mapTranscriptionFactorGeneSymbolToMotif
7 9
    )
8 10
 
9 11
 export(
Browse code

NAMESPACE now imports Biosrings and methods MotIV's need go gnu scientific library ("libgsl") prevents use of MotIV in the vignette.

git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MotifDb@107860 bc3139a8-67e5-0310-9ffc-ced21a209358

p.shannon authored on 28/08/2015 04:58:55
Showing 1 changed files
... ...
@@ -14,4 +14,5 @@ import(BiocGenerics)
14 14
 import(S4Vectors)
15 15
 import(IRanges)
16 16
 importFrom(rtracklayer, export)
17
-
17
+import(Biostrings)
18
+import(methods)
Browse code

resync with latest changes in IRanges/S4Vectors

git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MotifDb@94017 bc3139a8-67e5-0310-9ffc-ced21a209358

hpages@fhcrc.org authored on 11/09/2014 00:33:01
Showing 1 changed files
... ...
@@ -10,7 +10,8 @@ export(
10 10
     MotifDb
11 11
 )
12 12
 
13
-importMethodsFrom(IRanges, rbind, eval, sapply, subset, values)
14
-importFrom(IRanges, DataFrame)
13
+import(BiocGenerics)
14
+import(S4Vectors)
15
+import(IRanges)
15 16
 importFrom(rtracklayer, export)
16 17
 
Browse code

Adds PADOG, RMassBank, ChIPXpress, MotifDb, and GeneNetworkBuilder to the repos.

git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MotifDb@68872 bc3139a8-67e5-0310-9ffc-ced21a209358

m.carlson authored on 28/08/2012 17:36:36
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,16 @@
1
+exportClasses (MotifList)
2
+exportMethods (
3
+   subset,
4
+   export,
5
+   show,
6
+   query
7
+   )
8
+
9
+export(
10
+    MotifDb
11
+)
12
+
13
+importMethodsFrom(IRanges, rbind, eval, sapply, subset, values)
14
+importFrom(IRanges, DataFrame)
15
+importFrom(rtracklayer, export)
16
+