degreeDistCC: Degree distribution of the GO cellular component (CC) terms...

View source: R/degreeDistCC.R

degreeDistCCR Documentation

Degree distribution of the GO cellular component (CC) terms on a GO level

Description

For a directed graph, the in-degree nodes are the nodes which have edges coming into them and the out-degree nodes are those which have edges going out of them. The degreeDistCC function shows the distribution of these degrees over a particular GO level. A bar plot is obtain which shows how many nodes in the GO level have a certain degree k.

Usage

degreeDistCC(level)

Arguments

level

A numeric value for the GO level

Value

A plot showing the degree distribution

Examples

# Degree distribution of GO terms on level 8
degreeDistCC(level = 8)

# Degree distribution of GO terms on level 6
degreeDistCC(level = 6)


GOxploreR documentation built on Nov. 3, 2023, 5:08 p.m.