Learn R Programming

SCENIC (version 1.1.2-01)

getTF: 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.

Value

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

Details

...

See Also

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

Examples

Run this code
# NOT RUN {
reguNames <- c("Dlx1 (103g)", "Dlx1_extended (190g)", "Olig2_extended (29g)", "Sox9 (17g)")
getTF(reguNames)
# }

Run the code above in your browser using DataLab