Columns¶
This page describes the columns created by CDAPS in the network and node tables.
Network Columns¶
- Columns created in network table when invoking Run Community Detection
![]()
name
- String in format:Example:
__CD_OriginalNetwork
- SUID of parent network. This value can change upon session save/reload. If CDAPS is unable to find the parent network a dialog will be displayed to the user letting them select the correct parent network.
description
- Contains string in this format:Example:
prov:wasDerivedFrom
- Name of parent network
prov:wasGeneratedBy
- Denotes version of CDAPS and algorithm used in this format:Example:
Node Columns¶
In the node table columns created by CDAPS are
prefixed with CD_
- Columns created in node table when invoking Run Community Detection
![]()
CD_MemberList
- String of space delimited node names representing members of this clusterCD_MemberList_Size
- Size ofCD_MemberList
CD_MemberList_LogSize
- Log ofCD_MemberList_Size
CD_CommunityName
- Name of community set by invocation of Run Functional EnrichmentCD_AnnotatedMembers
- String of space delimited node names used to set value inCD_CommunityName
CD_AnnotatedMembers_Size
- Size ofCD_AnnotatedMembers
CD_AnnotatedMembers_Overlap
-CD_AnnotatedMembers_Size
divided byCD_MemberList_Size
CD_AnnotatedMembers_Pvalue
- Pvalue obtained from term mapping algorithm invoked by Run Functional EnrichmentCD_Labeled
- Boolean denoting ifCD_CommunityName
was set to a value other then blank or (none)
- Columns created in node table when invoking Run Functional Enrichment
![]()
CD_AnnotatedAlgorithm
- Algorithm used to set value inCD_CommunityName
in format:Example:
CD_NonAnnotatedMembers
- String of space delimited node names NOT used by algorithm to set mapped term inCD_CommunityName
CD_AnnotatedMembers_SourceDB
Source database used by algorithm to set mapped term inCD_CommunityName
CD_AnnotatedMembers_SourceTerm
Id of mapped term set inCD_CommunityName
- Columns created in node table when invoking Tally Attributes on Hierarchy
![]()
CommunityDetectionTally::<TALLY SELECTED COLUMNS>
- Each column selected in the tally will have an entry and the value is the count of members that did have a positive or true value in the column on the parent networkCommunityDetectionTally::Unmatched
- Count of members in hierarchy cluster node that did NOT have a positive or true value in any of the tally columnsNote
CommunityDetectionTally is the namespace prefixed onto columns created when invoking Tally Attributes on Hierarchy
For more information click: Tally Attributes on Hierarchy