View source: R/aux_importsFromPython.R
importArboreto | R Documentation |
Import output from Arboreto/GRNBoost (https://arboreto.readthedocs.io)
importArboreto(
fileName,
reorder = TRUE,
normalizeImportance = TRUE,
lapplyFun = BiocParallel::bplapply
)
fileName |
File name of the link/adjacency list |
reorder |
Whether to sort the links by decreasing weight/importance |
pySCENIC (https://pyscenic.readthedocs.io)
GRNBoost_linkList <- importArboreto("adjacencies.tsv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.