Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderAivazidis committed Feb 11, 2019
1 parent 081203d commit b53416b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/markerGenesAndMapping.r
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ filterPanelGenes <- function(summaryExpr,
} else if(sum(offClusters)==1){
maxExprOff <- summaryExpr[,offClusters]
} else {
maxExprOff <- -1*maxExprOn*Inf # Essentially this is saying there is no off constraint
maxExprOff <- -1*maxExprOn*Inf # This is saying there is no off constraint
}

## Set the gene lengths, if needed
Expand Down

0 comments on commit b53416b

Please sign in to comment.