-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrba_jaspar_releases.Rd
71 lines (67 loc) · 2.43 KB
/
rba_jaspar_releases.Rd
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/jaspar.R
\name{rba_jaspar_releases}
\alias{rba_jaspar_releases}
\title{Get information about JASPAR database releases}
\usage{
rba_jaspar_releases(release_number = NULL, ...)
}
\arguments{
\item{release_number}{Numeric: Which JASPAR database release number
information's to retrieve? If left NULL (the default), a list of all
JASPAR database releases will be returned. Available options are 1 to 8.}
\item{...}{rbioapi option(s). See \code{\link{rba_options}}'s
arguments manual for more information on available options.}
}
\value{
A list that contains all JASPAR database releases' information or
details of a particular release.
}
\description{
If a release number was supplied, this function will return the details
of that release. Otherwise, if the function was called without "release"
argument, a list of all JASPAR database releases will be returned.
}
\section{Corresponding API Resources}{
"GET https://jaspar.elixir.no/api/v1/releases/"
\cr "GET https://jaspar.elixir.no/api/v1/releases/\{release_number\}/"
}
\examples{
\donttest{
rba_jaspar_releases()
rba_jaspar_releases(7)
}
}
\references{
\itemize{
\item Rauluseviciute I, Riudavets-Puig R, Blanc-Mathieu R,
Castro-Mondragon JA, Ferenc K, Kumar V, Lemma RB, Lucas J, Chèneby J,
Baranasic D, Khan A, Fornes O, Gundersen S, Johansen M, Hovig E, Lenhard
B, Sandelin A, Wasserman WW, Parcy F, Mathelier A JASPAR 2024:
20th anniversary of the open-access database of transcription factor
binding profiles Nucleic Acids Res. in_press; doi: 10.1093/nar/gkad1059
\item Khan, A. and Mathelier, A. JASPAR RESTful API: accessing JASPAR data
from any programming language. Bioinformatics, 2017,
doi: 10.1093/bioinformatics/btx804
\item
\href{https://jaspar.elixir.no/api/v1/docs/}{JASPAR API Documentation}
\item \href{https://jaspar.elixir.no/faq/}{Citations note
on JASPAR website}
}
}
\seealso{
Other "JASPAR":
\code{\link{rba_jaspar_collections}()},
\code{\link{rba_jaspar_collections_matrices}()},
\code{\link{rba_jaspar_matrix}()},
\code{\link{rba_jaspar_matrix_search}()},
\code{\link{rba_jaspar_matrix_versions}()},
\code{\link{rba_jaspar_sites}()},
\code{\link{rba_jaspar_species}()},
\code{\link{rba_jaspar_species_matrices}()},
\code{\link{rba_jaspar_taxons}()},
\code{\link{rba_jaspar_taxons_matrices}()},
\code{\link{rba_jaspar_tffm}()},
\code{\link{rba_jaspar_tffm_search}()}
}
\concept{"JASPAR"}