compute.gene.rank: Compute and rank TFs in network

View source: R/compute.gene.rank.R

compute.gene.rankR Documentation

Compute and rank TFs in network

Description

Compute and rank TFs in network

Usage

compute.gene.rank(weightDT, directedGraph = FALSE)

Arguments

weightDT

The weight data table of network

directedGraph

If GRN is directed or not

Value

A data.table with three columns

Examples

library(inferCSN)
data("exampleMatrix")
weightDT <- inferCSN(exampleMatrix)
ranks <- compute.gene.rank(weightDT)
head(ranks)


inferCSN documentation built on Nov. 2, 2023, 6:27 p.m.