Sqanti rescue: error in plotting #368
Unanswered
ChrissiKalk97
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
.groups
argument.summarise()
has grouped output by 'filter'. You can override using the.groups
argument.summarise()
has grouped output by 'filter'. You can override using the.groups
argument.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.groups
argument.Error in
dplyr::mutate()
:ℹ In argument:
ism_type =
%>%(...)
.Caused by error in
forcats::fct_relevel()
:!
.f
must 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