找到约 15 条结果

文章 vcf过滤时GATK和bcftools的index报错及解决方式

...错及解决过程: gatk报错  An index is required but was not found for file drivingVariantFile 这个报错是因为GATK读别的软件生成的vcf.gz文件,需要一个索引 所以使用bcftools建立索引 bcftools index -t filter1.vcf.gz#-t 建立tbi索引 但此时bcftools又报...

文章 shell脚本报错——value too great for base

使用linx shell编程时遇到进制问题的报错“value too great for base”: for a in {001..009}; do b=$(printf "%03d" $(($a+1))) if [[ -f "./$a.cds" ]] && [[ -f "./$b.cds" ]]; then echo "python3 -m jcvi.compara.catalog ortholog NH$a NH$b --cscore=.99 --no_strip_names" fi done ...

文章 计算肿瘤纯度和免疫评分 R包总结

...amanian A, et al."Gene set enrichment analysis: a knowledge-based approach for interpreting genome-wide expression profiles."Proc Natl Acad Sci U S A 2005, 102:15545-15550. [2] Barbie DA, et al."Systematic RNA interference reveals that oncogenic KRAS-driven cancers require TBK1."Nature 2009, 462:10...

文章 mapman非模式植物基因注释时遇到的问题

...d an extra protein/gene mapping file (.xml). Notice, the diagrams designed for Mercator4 (X4 ..) are not compatible to Mercator v.3.6 and vice versa.两个注释结果跟pathway的code根本不兼容。 解决:全部换到版本4能用的就解决了,新图效果更好,推荐。 顺便指路...

文章 add a Convex Hull with module

...的群落里加上Convex Hull ,类似这样,如何实现呢,可以借助ggforce的geom_mark_hul 比如我们的示例代码稍作修改 # add a Convex Hull library(ggforce) # for geom_mark_hull or geom_encircle p1 <- ggraph(g, layout = "fr") + geom_edge_link(aes(color = type, width = ...

问题 老师,我的Fibonacci数据用for循环运行不出来,找不到原因,麻烦老师。

问题 perl脚本去除fa文件中ID重复的序列

... !defined($opts{n}) || defined($opts{h})){print <<"Usage End.";UsageForced parameter:-fa  C:/Users/Administrator/Desktop/comammoxfungene/comammox_fungene.fa      -fq -fq1-fq2-f -od C:/Users/Administrator/Desktop/comammoxfungene/-n  C:/Users/Administrator/Desktop/comammoxfungene/Other p...

问题 用tassel进行vcf和hapmap格式转换时,在对vcf文件排序时报错: Chromosome: name can't be null or empty。可是染色体都有名字呀,不知道哪里有问题,希望有懂的大神帮忙回答一下

在此之前已经通过grep -v -E "^##|^Contig"过滤掉以##和Contig开头的行了,染色体名字也从LG01转变成1了

问题 检查数据是否正确

...pr[[1]]$data[1:5,1:5] Error in multiExpr[[1]]$data : $ operator is invalid for atomic vectors > #2. 查看样本数据是否完整: > # 检查数据是否正确: > exprSize = checkSets(multiExpr) Error in checkSets(multiExpr) : data does not appear to have the correct format. Conside...

问题 GEO下载报错

...   .default = col_double(),   ID_REF = col_integer() ) See spec(...) for full column specifications. File stored at:  E:/MSC,ossu-9.1/GPL6244.annot.gz Warning: 1 parsing failure. row # A tibble: 1 x 5 col     row col   expected   actual     file         expected   <int...

文章 /share/work/biosoft/R/R-v4.0.3/lib64/R/bin/exec/R: error while loading shared libraries: libicuuc.so.50: cannot open shared object file: No such file or directory

 cp /share/work/libicui18n.so.50 /usr/lib64/  cp /share/work/libicudata.so.50 /usr/lib64/ cp /share/work/libicuuc.so.50 /usr/lib64/

文章 Remote Explorer for vscode

Remote Explorer 是vscode中最常用的extensions之一,然而,如果直接使用,随着时间的流逝,他会让你的家目录越来越臃肿,因为他的缓存数据.vscode-server默认存放在你的家目录, 但是该拓展内置了解决办法首先如上图红线所示进入设...

问题 tgsgapcloser报错

...ection by racon with tgs reads.               -   TGS reads type is ont . MINIMAP2_PARAM is  -x ava-ont   MIN_IDY is 0.3 . MIN_MATCH is 2000 . INFO  :   Checking basic args & env end. INFO  :   Step 1 , run TGSSeqSplit to split scaffolds into scaftigs(contigs).  INFO...

文章 enrichGO_pip.r GO富集分析

...db ann.db                        org.Hs.eg.db or org.Mm.eg.db ,for more info visit:                        https://www.omicsclass.com/article/1244 [optional,                        default: org.Hs.eg.db ]  -t idtype, --idtype idtype                    ...

问题 hmmsearch出现Error: Failed to open sequence file aa.fasta>uu.out for reading,如何解决呢??

Error: Failed to open sequence file aa.fasta>uu.out for reading