Skip to content

Commit

Permalink
Update rnaseq.R
Browse files Browse the repository at this point in the history
  • Loading branch information
synanth authored Apr 4, 2024
1 parent 63c3c4e commit 78df6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/rnaseq.R
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ get.references.apcluster <- function(m,
debug = FALSE,
verbose.output = FALSE, ...) {
## Transpose the input count matrix
m = t(m)
mt = t(m)
## Reduce the size of graph
isUniversal = sapply(1:ncol(mt), FUN = function(i) { return(all(mt[,i] > min.count)) })
medium.threshold = sapply(1:nrow(mt), function(i) {
Expand Down

0 comments on commit 78df6b1

Please sign in to comment.