getTF | R Documentation |
Returns the TF associated to a regulon name (e.g. removes the #genes sufix)
getTF(regulonName, sep = "\\s")
regulonName |
Character vector containing regulon names |
sep |
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")
reguNames <- c("Dlx1 (103g)", "Dlx1_extended (190g)", "Olig2_extended (29g)", "Sox9 (17g)")
getTF(reguNames)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.