getTF: getTF

View source: R/aux_regulons.R

getTFR Documentation

getTF

Description

Returns the TF associated to a regulon name (e.g. removes the #genes sufix)

Usage

getTF(regulonName, sep = "\\s")

Arguments

regulonName

Character vector containing regulon names

sep

Character used to separate the TF name (as regexpr), if different from space.

Details

...

Value

Character vector containing the TF (including the "_extended" sufix if appropiate)

See Also

List of vignettes included in the package: vignette(package="SCENIC")

Examples

reguNames <- c("Dlx1 (103g)", "Dlx1_extended (190g)", "Olig2_extended (29g)", "Sox9 (17g)")
getTF(reguNames)

aertslab/SCENIC documentation built on April 7, 2024, 10 a.m.