[9987e3]: / man / get_tf2motifs.Rd

Download this file

21 lines (20 with data), 518 Bytes

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