You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello -- running your tutorial with my own bam files I got this error at detectTranscripts:
Error in Fp[[i]] + 1 : non-numeric argument to binary operator
The fix was to run keepStandardChromosomes to remove any unusual seq levels from the granges object. This could also be achieved with just dropping empty seq levels probably.
Also detectTranscripts caused a segfault in Rstudio -- I think it was just too much text printing to the console.
The text was updated successfully, but these errors were encountered:
Hello -- running your tutorial with my own bam files I got this error at
detectTranscripts
:The fix was to run
keepStandardChromosomes
to remove any unusual seq levels from the granges object. This could also be achieved with just dropping empty seq levels probably.Also
detectTranscripts
caused a segfault in Rstudio -- I think it was just too much text printing to the console.The text was updated successfully, but these errors were encountered: