BIC_BUSseq {BUSseq}R Documentation

Obtain BIC from the Output of the BUSseq_MCMC Function

Description

The function gives the Bayesian Informtion Criterion (BIC) value in the output SingleCellExperiment object.

Usage

BIC_BUSseq(sce_BUSseqfit)

Arguments

sce_BUSseqfit

An output SingleCellExperiment object obtained from the function BUSseq_MCMC.

Value

BIC_val

The BIC value.

Author(s)

Fangda Song

References

Song, Fangda, Ga Ming Angus Chan, and Yingying Wei. Flexible experimental designs for valid single-cell RNA-sequencing experiments allowing batch effects correction. Nature communications 11, no. 1 (2020): 1-15.

Examples

# "BUSseqfits_example" is an example output
BUSseqfits_example
Example_BIC <- BIC_BUSseq(BUSseqfits_example)

[Package BUSseq version 0.99.18 Index]