importArboreto: importArboreto

View source: R/aux_importsFromPython.R

importArboretoR Documentation

importArboreto

Description

Import output from Arboreto/GRNBoost (https://arboreto.readthedocs.io)

Usage

importArboreto(
  fileName,
  reorder = TRUE,
  normalizeImportance = TRUE,
  lapplyFun = BiocParallel::bplapply
)

Arguments

fileName

File name of the link/adjacency list

reorder

Whether to sort the links by decreasing weight/importance

See Also

pySCENIC (https://pyscenic.readthedocs.io)

Examples

GRNBoost_linkList <- importArboreto("adjacencies.tsv")

aertslab/SCENIC documentation built on April 7, 2024, 10 a.m.