Skip to content

Commit

Permalink
Merge pull request #4 from Wedge-Oxford/dev
Browse files Browse the repository at this point in the history
Merging v2.2.8
  • Loading branch information
sdentro authored Jul 26, 2019
2 parents 87e31ca + 1e51834 commit 799874b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Maintainer: Stefan Dentro <[email protected]>
License: GPL-3
Type: Package
Title: DPClust - An R package for subclonal reconstruction of tumours using sequencing data
Version: 2.2.7
Version: 2.2.8
Authors@R: c(person("David", "Wedge", role=c("aut"), email="[email protected]"),
person("Peter", "Van Loo", role=c("aut")),
person("Stefan","Dentro", email="[email protected]", role=c("aut", "cre")))
Expand Down
2 changes: 1 addition & 1 deletion R/SampleMutations.R
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ unsample_mutations = function(dataset, clustering_result) {

# Not all assignment options return a full likelihood table
if (!is.na(clustering_result$all.assignment.likelihoods)) {
all.assignment.likelihoods = clustering_result$all.assignment.likelihoods[dataset$most.similar.mut,]
all.assignment.likelihoods = clustering_result$all.assignment.likelihoods[dataset$most.similar.mut,,drop=F]
} else {
all.assignment.likelihoods = NA
}
Expand Down

0 comments on commit 799874b

Please sign in to comment.