powered by
Returns the TF associated to a regulon name (e.g. removes the #genes sufix)
getTF(regulonName, sep = "\\s")
Character vector containing regulon names
Character used to separate the TF name (as regexpr), if different from space.
Character vector containing the TF (including the "_extended" sufix if appropiate)
...
List of vignettes included in the package: vignette(package="SCENIC")
vignette(package="SCENIC")
# 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