Skip to content

Commit

Permalink
Update spillover.R
Browse files Browse the repository at this point in the history
related to #28
  • Loading branch information
gfinak committed Jul 22, 2019
1 parent 9d83801 commit a975750
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions R/spillover.R
Expand Up @@ -450,8 +450,9 @@ setMethod("spillover_ng",
cols <- cols[!(cols %in% c(fsc, ssc))]
unstained <- match("unstained", sampleNames(matched))

channel_order <- sapply(cols, grep, x = sampleNames(matched), fixed = TRUE)

#channel_order <- sapply(cols, grep, x = sampleNames(matched), fixed = TRUE)
sapply(cols, function(x)which(x==sampleNames(matched)))

if (pregate) {
if (plot) {
oask <- devAskNewPage(TRUE)
Expand Down

0 comments on commit a975750

Please sign in to comment.