Description Usage Arguments Value Author(s) See Also Examples
Function for fitting two GP models and computing Bayes factors, i.e., the ratio of the maximum marginal likelihood estimates of the two GP models, where the models are:
null model: GP with only white noise covariance matrix
alternative model: GP with squared exponential and white noise covariance matrices
Optionally, log Bayes factors and the parameter estimates can be written to output files whose names are specified with fileName_logBF, fileName_ModelParams, and fileName_NullModelParams.
1 2 | bitseq_fitGPs(gpData, fileName_logBF = NULL, fileName_ModelParams = NULL,
fileName_NullModelParams = NULL)
|
gpData |
for example, output from |
fileName_logBF |
name of the file which contains log Bayes factors. |
fileName_ModelParams |
name of the file which contains model parameters. |
fileName_NullModelParams |
name of the file which contains null model parameters. |
List of results
Hande Topa, hande.topa@helsinki.fi
1 2 3 4 5 6 | ## Not run:
RNAseqDATA
gpData=RNAseqDATA$reltr
GPfits=bitseq_fitGPs(gpData)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.