We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36e4463 + 2a30d0b commit 58971fbCopy full SHA for 58971fb
scripts/plot-roc.R
@@ -45,7 +45,7 @@ if (length(commandArgs(TRUE)) > 3) {
45
}
46
47
# Determine the order of aligners, based on sorting in a dash-separated tag aware manner
48
-aligner.names <- levels(dat$aligner)
+aligner.names <- levels(factor(dat$aligner))
49
name.lists <- aligner.names %>% (function(name) map(name, (function(x) as.list(unlist(strsplit(x, "-"))))))
50
# Transpose name fragments into a list of vectors for each position, with NAs when tag lists end early
51
max.parts <- max(sapply(name.lists, length))
0 commit comments