getDegreeInfo: 'getDegreeInfo'

Description Usage Arguments Value

View source: R/getDegreeInfo.R

Description

Calculate the connectivity degrees for the co-function network. Called by PFDataLoader, not intended to be directly invoked by user.

Usage

1
getDegreeInfo(cfn_data, bin = TRUE, n_bins = 128)

Arguments

cfn_data

A tibble containing co-function network data generated by loadCFNData.

bin

Boolean on whether to bin the degrees for each gene. Default is TRUE.

n_bins

Number of bins to separate data into if bin=TRUE.

Value

A formatted tibble with degree information


princeew/PFFindR documentation built on Dec. 31, 2020, 2:06 a.m.