Learn R Programming

SCENIC (version 1.1.2-01)

onlyNonDuplicatedExtended: onlyNonDuplicatedExtended

Description

Returns the regulon names filtering-out the "extended" regulons if there is a regulon based on high-confidence annotations

Usage

onlyNonDuplicatedExtended(regulonNames)

Arguments

regulonNames

Character vector containing the regulon names (e.g. rownames(AUC_))

Value

Character vector

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)")
onlyNonDuplicatedExtended(reguNames)
# }

Run the code above in your browser using DataLab