Learn R Programming

SCENIC (version 1.1.2-01)

importArboreto: importArboreto

Description

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

Usage

importArboreto(fileName, reorder = FALSE)

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

Run this code
# NOT RUN {
GRNBoost_linkList <- importArboreto("adjacencies.tsv")
# }

Run the code above in your browser using DataLab