Skip to content

Commit

Permalink
Update JASPAR to 2024 release
Browse files Browse the repository at this point in the history
  • Loading branch information
moosa-r committed Dec 1, 2023
1 parent 01d6b47 commit 56c19ce
Show file tree
Hide file tree
Showing 20 changed files with 395 additions and 419 deletions.
4 changes: 2 additions & 2 deletions R/internal_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
jaspar = switch(
arg[[2]],
name = "JASPAR",
url = "https://jaspar.genereg.net",
url = "https://jaspar.elixir.no/",
pth = "api/v1/",
ptn = "^(https?://)?(www\\.)?jaspar\\.genereg\\.net/api/",
ptn = "^(https?://)?(www\\.)?jaspar\\.elixir\\.no/api/",
err_ptn = "^$"
),
mieaa = switch(
Expand Down
401 changes: 194 additions & 207 deletions R/jaspar.R

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ rbioapi is dedicated to **Biological or Medical** databases and web services. Cu
On CRAN (Stable) version: (<https://cran.r-project.org/package=rbioapi>)

1. [Enrichr](https://maayanlab.cloud/Enrichr/ "Enrichr") ([rbioapi vignette article](https://rbioapi.moosa-r.com/articles/rbioapi_enrichr.html "rbioapi & Enrichr vignette article")) ^(new)^
2. [JASPAR](https://jaspar.genereg.net/ "JASPAR - A database of transcription factor binding profiles") ([rbioapi vignette article](https://rbioapi.moosa-r.com/articles/rbioapi_jaspar.html "rbioapi & Enrichr vignette article")) ^(new)^
2. [JASPAR](https://jaspar.elixir.no/ "JASPAR - A database of transcription factor binding profiles") ([rbioapi vignette article](https://rbioapi.moosa-r.com/articles/rbioapi_jaspar.html "rbioapi & Enrichr vignette article")) ^(new)^
3. [miEAA](https://ccb-compute2.cs.uni-saarland.de/mieaa2 "miRNA Enrichment Analysis and Annotation Tool (miEAA)") ([rbioapi vignette article](https://rbioapi.moosa-r.com/articles/rbioapi_mieaa.html "rbioapi & miEAA vignette article"))
4. [PANTHER](https://www.pantherdb.org "Protein Analysis THrough Evolutionary Relationships (PANTHER)") ([rbioapi vignette article](https://rbioapi.moosa-r.com/articles/rbioapi_panther.html "rbioapi & PANTHER vignette article"))
5. [Reactome](https://reactome.org/) ([rbioapi vignette article](https://rbioapi.moosa-r.com/articles/rbioapi_reactome.html "rbioapi & Reactome vignette article"))
Expand Down Expand Up @@ -200,7 +200,7 @@ rbioapi is an interface between you and other databases and services. Thus, if y

- [How to cite Enrichr](https://rbioapi.moosa-r.com/articles/rbioapi_enrichr.html#citations "How to cite Enrichr"). (See on [Enrichr website](https://maayanlab.cloud/Enrichr/help#terms))

- [How to cite JASPAR](https://rbioapi.moosa-r.com/articles/rbioapi_jaspar.html#citations "How to cite JASPAR"). (See on [JASPAR website](https://jaspar.genereg.net/faq/))
- [How to cite JASPAR](https://rbioapi.moosa-r.com/articles/rbioapi_jaspar.html#citations "How to cite JASPAR"). (See on [JASPAR website](https://jaspar.elixir.no/faq/))

- [How to cite miEAA](https://rbioapi.moosa-r.com/articles/rbioapi_mieaa.html#citations "How to cite miEAA"). (See on [miEAA website](https://ccb-compute2.cs.uni-saarland.de/mieaa2))

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ On CRAN (Stable) version: (<https://cran.r-project.org/package=rbioapi>)
vignette
article](https://rbioapi.moosa-r.com/articles/rbioapi_enrichr.html "rbioapi & Enrichr vignette article"))
<sup>(new)</sup>
2. [JASPAR](https://jaspar.genereg.net/ "JASPAR - A database of transcription factor binding profiles")
2. [JASPAR](https://jaspar.elixir.no/ "JASPAR - A database of transcription factor binding profiles")
([rbioapi vignette
article](https://rbioapi.moosa-r.com/articles/rbioapi_jaspar.html "rbioapi & Enrichr vignette article"))
<sup>(new)</sup>
Expand Down Expand Up @@ -339,7 +339,7 @@ used.

- [How to cite
JASPAR](https://rbioapi.moosa-r.com/articles/rbioapi_jaspar.html#citations "How to cite JASPAR"). (See on
[JASPAR website](https://jaspar.genereg.net/faq/))
[JASPAR website](https://jaspar.elixir.no/faq/))

- [How to cite miEAA](https://rbioapi.moosa-r.com/articles/rbioapi_mieaa.html#citations "How to cite miEAA").
(See on [miEAA
Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ reference:

- title: JASPAR (rba_jaspar_*)
desc: >
Functions that connect you to [JASPAR](https://jaspar.genereg.net/)
Functions that connect you to [JASPAR](https://jaspar.elixir.no/)
(Database of transcription factor binding profiles) API resources.
contents:
- starts_with("rba_jaspar")
Expand Down
33 changes: 16 additions & 17 deletions man/rba_jaspar_collections.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 17 additions & 18 deletions man/rba_jaspar_collections_matrices.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 12 additions & 13 deletions man/rba_jaspar_matrix.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 15 additions & 16 deletions man/rba_jaspar_matrix_search.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 12 additions & 13 deletions man/rba_jaspar_matrix_versions.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 13 additions & 14 deletions man/rba_jaspar_releases.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 56c19ce

Please sign in to comment.