minNodes: Delete nodes with less than a certain number of genes...

Description Usage Arguments Author(s) See Also Examples

Description

Deletes from the graph those annotations with less than a certain number of genes

Usage

1
	minNodes(cwObj, cutoff)

Arguments

cwObj

a CytoscapeWindowClass object returned from ccOutCyt

cutoff

the minimum number of genes that an annotation must have

Author(s)

Robert M Flight

See Also

CytoscapeWindowClass ccOutCyt

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: 
hasCy <- (if (.Platform$OS.type %in% "windows") {
(length(grep("Cytoscape", system("tasklist", intern=TRUE))) > 0)})

if hasCy {
	data(ccData)
	ccResults$BP <- breakEdges(ccResults$BP, 0.8)
	cwObj <- ccOutCyt(ccResults$BP,ccOpts)

	minNodes(cwObj, 5)

}
## End(Not run)

categoryCompare documentation built on Nov. 8, 2020, 5:59 p.m.