Learn R Programming

SCENIC (version 1.1.2-01)

selectRegulons: selectRegulons

Description

Selects the regulons for the given TFs

Usage

selectRegulons(regulons, tfs, onlyNonDuplicatedExtended = FALSE)

Arguments

regulons

Regulons (list) or regulonAUC object

tfs

TFs to select

onlyNonDuplicatedExtended

Whether to filter with the function 'onlyNonDuplicatedExtended'

Value

The selected regulons

Examples

Run this code
# NOT RUN {
selectRegulons(regulons, c("Dlx5", "Olig2"))
selectRegulons(regulonAUC, "Tef")
# }

Run the code above in your browser using DataLab