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
... ...
@@ -1,3 +1,7 @@
1
+misc/hocomoco-v11/HOCOMOCOv11_core_HUMAN_mono_jaspar_format.txt
2
+misc/hocomoco-v11/HOCOMOCOv11_core_annotation_HUMAN_mono.tsv
3
+misc/hocomoco-v11/hocomoco11.RData
4
+
1 5
 Meta
2 6
 doc
3 7
 # History files
Browse code

improved docs for query method

paul-shannon authored on 24/10/2018 19:02:56
Showing 1 changed files
... ...
@@ -1,32 +1,26 @@
1
+Meta
2
+doc
1 3
 # History files
2 4
 .Rhistory
3 5
 .Rapp.history
4 6
 
5 7
 # Example code in package build process
6 8
 *-Ex.R
7
-
8 9
 # Output files from R CMD build
9 10
 /*.tar.gz
10
-
11 11
 # Output files from R CMD check
12 12
 /*.Rcheck/
13
-
14 13
 # RStudio files
15 14
 .Rproj.user/
16
-
17 15
 # produced vignettes
18 16
 vignettes/*.html
19 17
 vignettes/*.pdf
20
-
21 18
 # OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
22 19
 .httr-oauth
23
-
24 20
 # knitr and R markdown default cache directories
25 21
 /*_cache/
26 22
 /cache/
27
-
28 23
 # Temporary files created by R markdown
29 24
 *.utf8.md
30 25
 *.knit.md
31
-
32 26
 .DS_Store
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
1 1
new file mode 100644
... ...
@@ -0,0 +1,32 @@
1
+# History files
2
+.Rhistory
3
+.Rapp.history
4
+
5
+# Example code in package build process
6
+*-Ex.R
7
+
8
+# Output files from R CMD build
9
+/*.tar.gz
10
+
11
+# Output files from R CMD check
12
+/*.Rcheck/
13
+
14
+# RStudio files
15
+.Rproj.user/
16
+
17
+# produced vignettes
18
+vignettes/*.html
19
+vignettes/*.pdf
20
+
21
+# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
22
+.httr-oauth
23
+
24
+# knitr and R markdown default cache directories
25
+/*_cache/
26
+/cache/
27
+
28
+# Temporary files created by R markdown
29
+*.utf8.md
30
+*.knit.md
31
+
32
+.DS_Store