... | ... |
@@ -27,7 +27,7 @@ setClass("GmapOutput", |
27 | 27 |
### |
28 | 28 |
|
29 | 29 |
setMethod("alignmentCategories", "GmapOutput", function(x) { |
30 |
- c("uniq", "mult", "chimera", "nomapping") |
|
30 |
+ c("uniq", "mult", "nomapping", "circular") |
|
31 | 31 |
}) |
32 | 32 |
|
33 | 33 |
### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |