toPermTest {ProCoNA} | R Documentation |
Uses the procona network object, the data with peptides as columns, samples in rows. And the power that the net was built at the number of permutations to do... Modules are permuted and mean topological overlap is recorded, constructing the null. The number of random permutations with mean TO greater than observed provides the p-value.
toPermTest(pnet, numPermutes)
pnet |
ProCoNA network object. |
numPermutes |
The number of permutations to perform |
returns the network obj with the perm test
David L Gibbs
data(ProCoNA_Data) #net1 <- buildProconaNetwork("peptide network", peptideData, pow=12) toPermTest(net1, 100)