/cipheinfinityFlow

Fork done to modify some functionalities of the original package

Primary LanguageR

cipheinfinityFlow: Web UI integration of the original package infinityFlow.

The goal of this package is to contribute to the specific needs of Ciphe Lab (https://ciphe.marseille.inserm.fr/) concerning the Infinity Flow exploratory approach.
This repository will contain only the package and its modifications. Some functions could be added, modified or even erased.

if(!require(devtools)){
	install.packages("devtools")
}
if(!require(cipheinfinityFlow)){
	library(devtools)
	install_github("GeorgeAlehandro/cipheinfinityFlow")
}

To know more about the infinityFlow package and its utilizations

https://github.com/ebecht/infinityFlow
browseVignettes("infinityFlow")

All rights belong to the original creator of the package Mr. Etienne Becht.