powered by
Gets the regulon name for a given TF (only returns the 'extended' regulons if no directly-annotated regulon is available)
getRegulonName(TFs, allRegulonNames, sep = " ")
Transcription factor name
List of regulon names (e.g. rownames(AUC...))
Character used to separate the TF name, if different from space.
Named character vector
...
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)") getRegulonName("Dlx1", reguNames) getRegulonName("Olig2", reguNames) # }
Run the code above in your browser using DataLab