Description Usage Arguments Value Author(s) Examples
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.
1 | 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
1 2 3 | data(ProCoNA_Data)
#net1 <- buildProconaNetwork("peptide network", peptideData, pow=12)
toPermTest(net1, 100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.