tests/UnitTest_AM_coclustering.R

#######################################################################################
###############
############### AntMAN Package : Tests and Examples
###############
###############
#######################################################################################


##############################################
### Load the AntMan package
##############################################

library("AntMAN")
set.seed(123)

##############################################
### Prepare the data
##############################################

res = AM_demo_uvn_poi () 

##############################################
### Run
##############################################

coclustering_probability = AM_coclustering(res$fit)

##############################################
### Verify
##############################################

stopifnot(is.matrix(coclustering_probability))

Try the AntMAN package in your browser

Any scripts or data that you put into this service are public.

AntMAN documentation built on July 23, 2021, 5:08 p.m.