Hello!
I am attempting to run analysis with this tool but running into an issue when creating the aSwitchList.
I'm using salmon output with gencode gtf and when I run the command:
aSwitchList <- importRdata(
isoformCountMatrix = salmonQuant$counts,
isoformRepExpression = salmonQuant$abundance,
designMatrix = myDesign,
isoformExonAnnoation = "/Users/xx/GenomeFiles/gencode.v40.primary_assembly.annotation.gtf",
#isoformNtFasta = "/Users/xx/GenomeFiles/xx.fa",
fixStringTieAnnotationProblem = F,
showProgress = F
)
it stops with the following error:
Step 1 of 7: Checking data...
Step 2 of 7: Obtaining annotation...
importing GTF (this may take a while)...
Error in dplyr::full_join():
! ... must be empty.
✖ Problematic argument:
• all = TRUE
some info on the env:
sessionInfo()
R version 4.1.3 (2022-03-10)
dplyr_1.1.0
tidyverse_2.0.0
IsoformSwitchAnalyzeR_1.16.0
Any idea on what this could be?
Thanks!