找到约 15 条结果

文章 pophelper包安装

...ibxml2-dev libnlopt-dev 安装pophelper包 # install pophelper package from GitHubremotes::install_github('royfrancis/pophelper') 安装成功后加载pophelper包 # load library for uselibrary(pophelper) 详情可参考:https://www.royfrancis.com/pophelper/

问题 ubuntu下运行Circos出现报错: ...error text from [error/configuration.missing.txt] could not be read...

问题 你好,想问一下在用wgcna分析时,导入后显示不允许有重复的row.names,请问这个问题怎么解决

> datTraits = allTraits[match(rownames(datExpr0),allTraits$tea),] > rownames(datTraits) =  datTraits[,1] Error in `.rowNamesDF<-`(x, value = value) : 不允许有重复的'row.names' 此外: Warning message: non-unique values when setting 'row.names':

文章 R 安装magick 报错

...iled for ‘magick’ in dyn.load(file, DLLpath = DLLpath, ...):  unable to load shared object '/share/work/biosoft/R/R-v4.2.2/lib64/R/library/00LOCK-magick/00new/magick/libs/magick.so':   /share/work/biosoft/R/R-v4.2.2/lib64/R/library/00LOCK-magick/00new/magick/libs/magick.so: undefined symbol:...

问题 docker 报错,drive has not been shared 或者 docker: Error response from daemon: user declined directory sharing

问题 infercnv error in readrds(reload_info$expected_file_names[[i]]) : error reading from connection calls: -> readrds execution halted

infercnv error in readrds(reload_info$expected_file_names[[i]]) : error reading from connection calls: <anonymous> -> readrds execution halted

问题 beeswarm添加box图后的legend颜色设置问题

beeswarm添加box图后的legend颜色设置为col=1:2时正常显示legend,而颜色按照beeswarm中的设置col=as.numeric(ER)时legend为何无法显示呢

文章 GATK报错| this implies a problem with the file locking support in your operating system

##### ERROR MESSAGE: Timeout of 30000 milliseconds was reached while trying to acquire a lock on file raw.vcf.tmp.idx. Since the GATK uses non-blocking lock acquisition calls that are not supposed to wait, this implies a problem with the file locking support in your operating system. ##### ERROR ---...

问题 MENA网站上传数据提示错误

老师好,我在MENA网站上传数据时总出现如下提示 Software error: Couldn't open D:\wwwroot\MENA\ori_files\shy666..\MENAPH1.txt for writing: No such file or directory at D:\wwwroot\mena\upload_result.cgi line 95. For help, please send mail to this site's webmaster, giving this err...

文章 ggalluvial 展示ceRNA调控关系

...程度。 参考文献 Construction and comprehensive analysis of a ceRNA network to reveal potential prognostic biomarkers for hepatocellular carcinoma.

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

...illustrates the pathway or process to be visualized. Each diagram consists of a pathway image file (.svg) and 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根本...

问题 微生物多样性分析课程:运行r脚本出错 ,提示there is no package called ‘getopt’

...cumulation_curve   出错,提示: Error in library(getopt) : there is no package called ‘getopt’ Execution halted 请问老师,这个r脚本是需要调用getopt这个包?服务器里是安装有这个包的,该如何解决?谢谢!

问题 用TBtools绘制两个物种的进化树+motif+基因结构三连图时报错问题

...used as input do       NOT present in gff/gtf file.      Examples of valid IDs is showed as bellowedGuess FileType is:GTFtranscript:AT1G03987.1transcript:AT1G01020.6transcript:AT1G01010.1transcript:AT1G01020.3transcript:AT1G01020.2transcript:AT1G01020.5transcript:AT1G01020.4transcript:AT1G0...

问题 qiime2 python "matplotlib" _tkinter.TclError: couldn't connect to display "localhost:12.0" 报错

...line 329, in __call__    results = action(**arguments)  File "<decorator-gen-404>", line 2, in summarize  File "/share/work/biosoft/conda/Miniconda3.8/envs/qiime2-2020.8/lib/python3.6/site-packages/qiime2/sdk/action.py", line 245, in bound_callable    output_types, provenance)  File "/s...

问题 当保留蛋白编码序列时,为什么会提示有这个报错?检查发现'!'应该是没有输入错误的

原命令:agat_sp_filter_feature_by_attribute_value.pl --gff $gff --attribute biotype --value protein_coding -t '!' -o $species.protein_coding.gff3 报错:The test to apply is Wrong: !. We want something among this list: <,>,<=,>=,! or =.