#' @export
setGeneric("sc3min", signature = "object", function(object, ks = NULL,
gene_filter = TRUE, pct_dropout_min = 10, pct_dropout_max = 90,
d_region_min = 0.04, d_region_max = 0.07, svm_num_cells = NULL,
svm_train_inds = NULL, svm_max = 5000, n_cores = NULL, kmeans_nstart = NULL,
kmeans_iter_max = 1e+09, k_estimator = FALSE, biology = FALSE, rand_seed = 1) {
standardGeneric("sc3min")
})
#' @export
setGeneric("sc3min_estimate_k", signature = "object", function(object) {
standardGeneric("sc3min_estimate_k")
})
#' @export
setGeneric("sc3min_prepare", function(object, gene_filter = TRUE,
pct_dropout_min = 10, pct_dropout_max = 90, d_region_min = 0.04,
d_region_max = 0.07, svm_num_cells = NULL, svm_train_inds = NULL,
svm_max = 5000, n_cores = NULL, kmeans_nstart = NULL,
kmeans_iter_max = 1e+09, rand_seed = 1) {
standardGeneric("sc3min_prepare")
})
#' @export
setGeneric("sc3min_calc_dists", signature = "object", function(object) {
standardGeneric("sc3min_calc_dists")
})
#' @export
setGeneric("sc3min_calc_transfs", signature = "object", function(object) {
standardGeneric("sc3min_calc_transfs")
})
#' @export
setGeneric("sc3min_kmeans", signature = "object", function(object, ks = NULL) {
standardGeneric("sc3min_kmeans")
})
#' @export
setGeneric("sc3min_calc_consens", signature = "object", function(object) {
standardGeneric("sc3min_calc_consens")
})
#' @export
setGeneric("sc3min_calc_biology", signature = "object", function(object, ks = NULL,
regime = NULL) {
standardGeneric("sc3min_calc_biology")
})
#' @export
setGeneric("sc3min_interactive", signature = "object", function(object) {
standardGeneric("sc3min_interactive")
})
#' @export
setGeneric("sc3min_run_svm", signature = "object", function(object, ks = NULL) {
standardGeneric("sc3min_run_svm")
})
#' @export
setGeneric("sc3min_plot_consensus", signature = "object", function(object, k,
show_pdata = NULL) {
standardGeneric("sc3min_plot_consensus")
})
#' @export
setGeneric("sc3min_plot_silhouette", signature = "object", function(object, k) {
standardGeneric("sc3min_plot_silhouette")
})
#' @export
setGeneric("sc3min_plot_expression", signature = "object", function(object, k, show_pdata = NULL) {
standardGeneric("sc3min_plot_expression")
})
#' @export
setGeneric("sc3min_plot_de_genes", signature = "object", function(object,
k, p.val = 0.01, show_pdata = NULL) {
standardGeneric("sc3min_plot_de_genes")
})
#' @export
setGeneric("sc3min_plot_markers", signature = "object", function(object, k, auroc = 0.85,
p.val = 0.01, show_pdata = NULL) {
standardGeneric("sc3min_plot_markers")
})
#' @export
setGeneric("sc3min_plot_cluster_stability", signature = "object", function(object, k) {
standardGeneric("sc3min_plot_cluster_stability")
})
#' @export
setGeneric("sc3min_export_results_xls", signature = "object", function(object,
filename = "sc3min_results.xls") {
standardGeneric("sc3min_export_results_xls")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.