zpliu1126
zpliu1126
Dear SUPPA team when I search AS pattern By gene annotion;I find that it can't detect such RI models。  the green/red rectangle represent exons
Dear Stephen, I found the tick of x axis is not in the center of chromosome,I guess it is possible that the uneven distribution of SNP markers on chromosome. Is...
Hi~ Andrey, I am using IsoQuant's v3.3.1 Reference-base model for Isoform annotation in polyploid species and updating my gff3 annotation file. To check the accuracy of the annotation, I visualized...
Hi~ Andrey, When we updated isoform annotation using IsoQuant based on the existing reference annotation files, we found that it could not update the TSS and TTS of the annotated...
我在开发环境能正常使用,但是打包到生产环境后就出问题了 ### 版本 ```bash "vite": "^5.4.10", "vite-plugin-vue-devtools": "^7.3.1" "mockjs": "^1.1.0", "vite-plugin-mock": "^3.0.2", "vue": "^3.4.29", ``` ### vite.config.js 配置 ```bash // 文件路径 @/src/ vite.config.js export default defineConfig({ plugins: [ vue(), vueDevTools(),...