Sqanti rescue: error in plotting #368
Unanswered
ChrissiKalk97
asked this question in
Q&A
Replies: 1 comment
-
|
I am having the same issue, did you find a solution to this? 😅 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello :)
I am using Sqanti3 to clean up my transcriptome assembly and the QC and filter (rules) step have worked really nicely so far. For the Sqanti rescue step I run into the following error:
Generating common filter plots...
summarise()has grouped output by 'structural_category'. You can overrideusing the
.groupsargument.summarise()has grouped output by 'filter'. You can override using the.groupsargument.summarise()has grouped output by 'filter'. You can override using the.groupsargument.Warning message:
There was 1 warning in
dplyr::mutate().ℹ In argument:
filter = factor(filter) %>% forcats::fct_relevel(c("Before", "After")).Caused by warning:
! 2 unknown levels in
f: Before and Aftersummarise()has grouped output by 'filter'. You can override using the.groupsargument.Error in
dplyr::mutate():ℹ In argument:
ism_type =%>%(...).Caused by error in
forcats::fct_relevel():!
.fmust be a factor or character vector, not an empty logicalvector.
Backtrace:
▆
Execution halted
I have checked many times that my input files are correct. I run in full mode and with the rules option. Also the QC run on the reference ran without errors. Maybe someone has encountered the same error. Any help and suggestions are much appreciated! :)
Best,
Christina
Beta Was this translation helpful? Give feedback.
All reactions