getRegulonName | R Documentation |
Gets the regulon name for a given TF (only returns the 'extended' regulons if no directly-annotated regulon is available)
getRegulonName(TFs, allRegulonNames, sep = " ")
TFs |
Transcription factor name |
allRegulonNames |
List of regulon names (e.g. rownames(AUC...)) |
sep |
Character used to separate the TF name, if different from space. |
...
Named character vector
List of vignettes included in the package: vignette(package="SCENIC")
reguNames <- c("Dlx1 (103g)", "Dlx1_extended (190g)", "Olig2_extended (29g)", "Sox9 (17g)")
getRegulonName("Dlx1", reguNames)
getRegulonName("Olig2", reguNames)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.