permNULL: Do permutations for input rich phenotyping screens.

Description Usage Arguments Value Author(s) References See Also Examples

Description

This is an internal S4 method for class PAN to permute the original inputted phenotyping screens to further fit the dissociation component of the beta-mixture model.

Usage

1
permNULL(object, permMethod="keepRep", ...)

Arguments

object

an object of BetaMixture.

permMethod

a character value of the method to permute, either 'keepRep' (keep the order of replicates) or 'all' (regardless of replicates).

Value

a matrix of permuted data.

Author(s)

Xin Wang xw264@cam.ac.uk

References

Xin Wang, Mauro Castro, Klaas W. Mulder and Florian Markowetz, Posterior association networks and enriched functional gene modules inferred from rich phenotypic perturbation screens, in preparation.

See Also

fitNULL, fitBM, BetaMixture

Examples

1
2
data(bm)
bm.perm<-permNULL(bm1)

PANR documentation built on Nov. 8, 2020, 8:15 p.m.