The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

FunCC

The FunCC package provides the funcc_biclust function that jointly performs clustering of rows and columns for a functional dataset. dakmapp

Getting Started

The source code can be cloned or downloaded directly from github. An R studio project file is provided to open the project in RStudio.

Installing

The package can be installed directly from github but devtools is required.

If devtools is not installed use the following comand to install it

install.packages(‘devtools’)

and then install the package

library(devtools)

install_github(‘mrtgalvani/FunCC’)

Othewise the problem can be solved following the tutorial at: https://clang-omp.github.io/.

Automatic tests

devtools::test()

Example

data(funCCdata)

res<-funcc_biclust(funCCdata,delta=5,theta=1,number=500, alpha=1,beta=0,const_alpha=T,const_beta=T)

funcc_show_results(funCCdata,res)

funcc_show_block_matrix(funCCdata,res)

Documentation

The R documentation can be found in the main directory in FunCC.pdf.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.