Skip to content

Commit

Permalink
export CSX
Browse files Browse the repository at this point in the history
  • Loading branch information
kalidouBA committed Dec 4, 2023
1 parent a9e050b commit 88f1a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export(generate_ref_matrix)
export(heatmap_abundances)
export(metric_plot)
export(nmf_conjugate_gradient)
export(run_CSx)
export(running_method)
export(simulation)
import(dplyr)
Expand Down
1 change: 1 addition & 0 deletions R/CSx.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#' \item Reads the output results from CIBERSORTx.
#' \item Extracts cell type proportions and returns them as a matrix.
#'}
#' @export

run_CSx <- function(bulk, reference, cibersortx_email, cibersortx_token){
verbose <- FALSE
Expand Down

0 comments on commit 88f1a64

Please sign in to comment.