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.Note
Setting the value of
__CD_OriginalNetworknetwork attribute to a negative value will display the Parent network dialog chooser the next time View Interactions is invoked
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_MemberListCD_MemberList_LogSize- Log ofCD_MemberList_SizeCD_CommunityName- Name of community set by invocation of Run Functional EnrichmentCD_AnnotatedMembers- String of space delimited node names used to set value inCD_CommunityNameCD_AnnotatedMembers_Size- Size ofCD_AnnotatedMembersCD_AnnotatedMembers_Overlap-CD_AnnotatedMembers_Sizedivided byCD_MemberList_SizeCD_AnnotatedMembers_Pvalue- Pvalue obtained from term mapping algorithm invoked by Run Functional EnrichmentCD_Labeled- Boolean denoting ifCD_CommunityNamewas 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_CommunityNamein format:Example:
CD_NonAnnotatedMembers- String of space delimited node names NOT used by algorithm to set mapped term inCD_CommunityName
CD_AnnotatedMembers_SourceDBSource database used by algorithm to set mapped term inCD_CommunityName
CD_AnnotatedMembers_SourceTermId 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