-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrba_jaspar_tffm.Rd
67 lines (63 loc) · 2.17 KB
/
rba_jaspar_tffm.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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/jaspar.R
\name{rba_jaspar_tffm}
\alias{rba_jaspar_tffm}
\title{Get a TF flexible models (TFFMs) information}
\usage{
rba_jaspar_tffm(tffm_id, ...)
}
\arguments{
\item{tffm_id}{Character: A TF flexible model (TFFM) Identifier.}
\item{...}{rbioapi option(s). See \code{\link{rba_options}}'s
arguments manual for more information on available options.}
}
\value{
A list that contains the TFFM's information and annotations.
}
\description{
Using this function you can retrieve details and annotations of
Transcription Factor flexible models (TFFMs) associated with a TFFM
ID. If a base ID (i.e. without version suffix) was supplied, the latest
version will be returned.
}
\section{Corresponding API Resources}{
"GET https://jaspar.elixir.no/api/v1/fttm/\{tffm_id\}/"
}
\examples{
\donttest{
rba_jaspar_tffm("TFFM0056.3")
}
}
\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_releases}()},
\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_search}()}
}
\concept{"JASPAR"}