a b/man/get_tf2motifs.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/fetch_online.R
3
\name{get_tf2motifs}
4
\alias{get_tf2motifs}
5
\title{Fetch online TF motifs from JASPAR2020 and chromVARmotifs}
6
\usage{
7
get_tf2motifs(species = "human")
8
}
9
\arguments{
10
\item{species}{(character) - Species name (default: "human")}
11
}
12
\value{
13
motifs_db (motifs_db object) - TF2motifs + motifs PWMs
14
}
15
\description{
16
Fetch online TF motifs from JASPAR2020 and chromVARmotifs
17
}
18
\examples{
19
motifs_db = get_tf2motifs(species = "human")
20
}