Skip to content

Commit

Permalink
upgrade to v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
huangyh09 committed Jul 31, 2018
1 parent 7e494a8 commit be16e94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: cardelino
Type: Package
Title: Clonal Analysis of Cells Using Single Cell Data
Version: 0.0.7
Date: 2018-07-27
Title: Clone and Donor Identification from Single Cell Data
Version: 0.0.8
Date: 2018-07-31
Authors@R: c(person("Davis", "McCarthy", role=c("aut", "cre"),
email="davis@ebi.ac.uk"), person("Yuanhua", "Huang",
role=c("aut"), email="yuanhua@ebi.ac.uk"))
Expand All @@ -21,5 +21,5 @@ biocViews: SingleCell, RNASeq, Visualization, Transcriptomics, GeneExpression,
Sequencing, Software
RoxygenNote: 6.0.1
NeedsCompilation: yes
URL: https://github.com/davismcc/cardelino
BugReports: https://github.com/davismcc/cardelino/issues
URL: https://github.com/PMBio/cardelino
BugReports: https://github.com/PMBio/cardelino/issues
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export(cell_assign_Gibbs)
export(clone_id)
export(confusion_heatmap)
export(donor_id)
export(donor_id_GT)
export(donor_id_EM)
export(donor_id_Gibbs)
export(get_prob_gap)
export(get_prob_label)
Expand Down
2 changes: 0 additions & 2 deletions R/plotting.R
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ heatmap.theme <- function(legend.position="bottom", size=12) {
#' @references
#' This function makes use of the \code{\link{pheatmap}} packages
#'
#' @examples
vc_heatmap <- function(mat, prob, Config, show_legend=FALSE){
# sort variants
mut_label <- Config %*% (2**seq(ncol(Config),1))
Expand Down Expand Up @@ -246,7 +245,6 @@ vc_heatmap <- function(mat, prob, Config, show_legend=FALSE){
#' Guangchuang Yu, David Smith, Huachen Zhu, Yi Guan, Tommy Tsan-Yuk Lam.
#' ggtree: an R package for visualization and annotation of phylogenetic trees with their covariates and other associated data. Methods in Ecology and Evolution 2017, 8(1):28-36, doi:10.1111/2041-210X.12628
#'
#' @examples
plot_tree <- function(tree, orient="h") {
node_total <- max(tree$edge)
node_shown <- ncol(tree$Z)
Expand Down

0 comments on commit be16e94

Please sign in to comment.