knowledgeCommunity {KnowledgeGraph} R Documentation

export knowledge terms based on the network community algorithm

Description

Usage

knowledgeCommunity(kb, indexBy,
    common.type = NULL,
    eps = 0.001,
    unweighted = FALSE);

Arguments

kb

[as GraphModel]

common.type

all of the type defined from this parameter will be removed from the community algorithm due to the reason of common type always be a hub node in the network, will create a false knowledge community result. example as formula string in chemical data knowledges will groups all Isomer compounds with the same formula string as one identical metabolite.

Details

Authors

graphR

Value

this function returns a tuple list with two elements inside: 1. graph - is the knowledge network graph data with community tags and trimmed data. 2. knowledges - a table dataset that contains knowledge data entities that detects from the network graph community data result.

clr value class

Examples


[Package KnowledgeGraph version 1.0.0.0 Index]