Nothing
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
DetermineIfPhylipOrColumnFile <- function(filePath) {
.Call('_clustur_DetermineIfPhylipOrColumnFile', PACKAGE = 'clustur', filePath)
}
ProcessDistanceFiles <- function(filePath, countTable, cutoff, isSim) {
.Call('_clustur_ProcessDistanceFiles', PACKAGE = 'clustur', filePath, countTable, cutoff, isSim)
}
ProcessSparseMatrix <- function(xPosition, yPosition, data, countTable, cutoff, isSim) {
.Call('_clustur_ProcessSparseMatrix', PACKAGE = 'clustur', xPosition, yPosition, data, countTable, cutoff, isSim)
}
GetDistanceDataFrame <- function(fileReader) {
.Call('_clustur_GetDistanceDataFrame', PACKAGE = 'clustur', fileReader)
}
GetCountTable <- function(fileReader) {
.Call('_clustur_GetCountTable', PACKAGE = 'clustur', fileReader)
}
Cluster <- function(DistanceData, method, featureColumnName, binColumnName, cutoff) {
.Call('_clustur_Cluster', PACKAGE = 'clustur', DistanceData, method, featureColumnName, binColumnName, cutoff)
}
OptiCluster <- function(DistanceData, featureColumnName, binColumnName, cutoff) {
.Call('_clustur_OptiCluster', PACKAGE = 'clustur', DistanceData, featureColumnName, binColumnName, cutoff)
}
CreateDataFrameFromSparseCountTable <- function(countTable) {
.Call('_clustur_CreateDataFrameFromSparseCountTable', PACKAGE = 'clustur', countTable)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.