Skip to content

Commit 1c60223

Browse files
authored
Merge pull request #183 from RGLab/getLogFC-bugfix
Repackaging #182
2 parents c834de3 + fcfa4cd commit 1c60223

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: MAST
22
Type: Package
33
Title: Model-based Analysis of Single Cell Transcriptomics
4-
Version: 1.25.2
4+
Version: 1.27.1
55
Date: 2023-04-20
66
Authors@R: c(person("Andrew", "McDavid", email = "[email protected]", role = c("aut", "cre")),
77
person("Greg", "Finak", email="[email protected]", role='aut'),

R/ZlmFit-logFC.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ logFC <- function(zlmfit, contrast0, contrast1){
7070
} else if(inherits(contrast0, 'Hypothesis')){
7171
gh <- generateHypothesis(contrast0, coname)
7272
contrast0 <- gh@contrastMatrix
73+
contrast0 <- t(contrast0)
7374
}
7475
if(missing(contrast1)){
7576
contrast1 <- cbind(0, diag(1, nrow=length(coname)-1))

0 commit comments

Comments
 (0)