Hi,
I have written the following code :
mySwitchList <- importRdata(
isoformCountMatrix = Txi_trans$counts,
isoformRepExpression = Txi_trans$abundance,
designMatrix = targets,
removeNonConvensionalChr = TRUE,
addAnnotatedORFs=TRUE,
ignoreAfterPeriod=TRUE,
isoformExonAnnoation = "/mnt/panfs1/scratch/wsspaces/hkaranpuri-Alternative-Splicing-0/Salmon2/Mus_musculus.GRCm39.109.gtf",
isoformNtFasta = "/mnt/panfs1/scratch/wsspaces/hkaranpuri-Alternative-Splicing-0/Salmon2/Mus_musculus.GRCm39.cdna.all.fa",
showProgress = TRUE)
but I am getting this 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
Can anyone please tell me what is the problem in the code and how can I rectify it?
Thanks,
Harshangda