Description Usage Arguments Details Value Author(s) References See Also Examples
The function performs permutations to the input rich phenotyping screens, and subsequently fit a beta distribution to the densities.
1 2 |
object |
an object of S4 class |
nPerm |
a positive numeric or integer value specifying the number of permutations. |
thetaNULL |
a list of numeric values giving the initial values for estimating
the two shape parameters (see |
sumMethod |
a character value specifying how to summarize estimated parameters from multiple permutations. The current version only supports 'median' and 'mean'. |
permMethod |
a character value of the method to permute, either 'keepRep' (keep the order of replicates) or 'all' (regardless of replicates). |
verbose |
a logical value to switch on (if |
... |
other arguments for function |
This function is a step prior to the three-beta mixture model fitting to
functional gene association scores. The fitted parameters are then used
as a fixed parameters in the three-beta mixture model for further fitting
to the real screens. The NULL fitting is performed using the function
fitdistr
, so other arguments for the function fitdistr are also allowed
by the argument ...
.
This function will return an updated object of class BetaMixture
.
Xin Wang xw264@cam.ac.uk
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.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.