Learn R Programming

GOxploreR (version 1.2.8)

degreeDistMF: Degree distribution of the GO molecular function (MF) 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 degreeDistMF 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

degreeDistMF(level)

Value

A plot showing the degree distribution

Arguments

level

A numeric value for the GO-level

Examples

Run this code
# Degree distribution of GO-terms on level 3
degreeDistMF(level = 3)

# Degree distribution of GO-terms on level 10
degreeDistMF(level = 10)

Run the code above in your browser using DataLab