a b/man/get_tfs.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/utils.R
3
\name{get_tfs}
4
\alias{get_tfs}
5
\title{Extract TF names from scRNA data and tf2motifs}
6
\usage{
7
get_tfs(
8
  hummus,
9
  assay = NULL,
10
  store_tfs = TRUE,
11
  output_file = NULL,
12
  verbose = 0
13
)
14
}
15
\arguments{
16
\item{output_file}{(character) - Path to output file.}
17
18
\item{verbose}{(integer) - Verbosity level. Default: 1.}
19
20
\item{species}{(character) - Species name. Default: "human".}
21
22
\item{genes}{(vector(character)) - List of expressed genes.}
23
24
\item{tf2motifs}{(data.frame) - TF to motifs names mapping.
25
Columns: motif, tf.}
26
}
27
\value{
28
TFs (vector(character)) - List of TFs expressed with motifs.
29
}
30
\description{
31
Extract TF names from scRNA data and tf2motifs
32
}