Skip to content

Commit

Permalink
Updated imports to have Matrix version of methods and updated doc.
Browse files Browse the repository at this point in the history
Former-commit-id: b39265d
Former-commit-id: b9485ef
  • Loading branch information
GeorgescuC committed Nov 8, 2018
1 parent a2059fd commit 2b9b616
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ import(RColorBrewer)
import(coin)
import(futile.logger)
importFrom(Matrix,Matrix)
importFrom(Matrix,colSums)
importFrom(Matrix,rowMeans)
importFrom(ape,as.phylo)
importFrom(ape,write.tree)
importFrom(binhf,ansc)
Expand Down
2 changes: 1 addition & 1 deletion R/inferCNV_constants.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ C_OUTPUT_FORMAT <- c("pdf", "png")
#' @importFrom ape write.tree as.phylo
#' @importFrom fastcluster hclust
#' @import RColorBrewer
#' @importFrom Matrix Matrix
#' @importFrom Matrix Matrix rowMeans colSums
#' @import coin
#' @importFrom dplyr %>% count

Expand Down
2 changes: 1 addition & 1 deletion man/require_above_min_cells_ref.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/require_above_min_mean_expr_cutoff.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions man/run.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2b9b616

Please sign in to comment.