找到约 15 条结果

文章 文件夹名称中存在空格,scp如何正确识别

...夹的名称不能正确的被识别: 出现了报错信息“No such file or directory”这个时候我们可以用双引号+反斜线对文件名中的空格部分进行处理,即整个路径名称用双引号引起来,然后把空格部分用两个反斜线转义: 这时候文件夹...

问题 泛基因家族鉴定-找不到Bio::SeqIO模块

Can't locate Bio/SeqIO.pm in @INC (you may need to install the Bio::SeqIO module) (@INC contains: /usr/local/lib64/perl5/5.32 /usr/local/share/perl5/5.32 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at /home/us170/scripts/ParaAT.pl line 7. 该怎么...

问题 老师请问gff文件提前mRNA的id不是数字,是字母,是不是脚本需要换?

这个和拟南芥的GFF3文件的东西不一样,是不是不能用mRNAid_to_geneid.pl这个脚本了。。

问题 大哥,应用你的去除fastq文件重复序列的perl脚本报了一个错。

主要是gzip出错了,错误是:gzip: compressed data not read from a terminal. Use -f to force decompression.你有时间帮我看看,多谢大哥了。

问题 SNP过滤de问题

... After filtering, kept 320 out of 320 Individuals       Outputting VCF file...       After filtering, kept 0 out of a possible 40089272 Sites       No data left for analysis!       Run Time = 2539.00 seconds 求助一下

文章 linux用户管理命令介绍

...录下;/etc/skel 目录下的文件都是隐藏文件,也就是类似.file格式的;我们可通过修改、添加、删除/etc/skel目录下的文件,来为用户提供一个统一、标准的、默认的用户环境; [root@localhost beinan]# ls -la /etc/skel/总用量 92drwxr-xr-x   ...

文章 Evolview:进化树设置标签的背景颜色

...第三列:控制命令 控制命令说明 选项功能adapply color to all descendantsprefix将颜色应用到以第一列的字符起始的所有叶节点上suffix将颜色应用到以第一列的字符结尾的所有叶节点上anywhere将颜色应用到包含第一列的字符的所有叶...

文章 WGCNA 中Relationship between module eigengenes图片绘制--plotMEpairs函数

...tps://horvath.genetics.ucla.edu/html/CoexpressionNetwork/Rpackages/WGCNA/Tutorials/Simulated-06-RelatingToExt.pdf ######################################### The plots is shown in Fig. 2. The module eigengenes (rst PC) of different modules may be highly correlated.WGCNA can be interpreted as a b...

问题 运行eggnog_stat.r报错

...oups` argument. Error in (function (classes, fdef, mtable)  :   unable to find an inherited method for function ‘select’ for signature ‘"tbl_df"’ Calls: %>% -> select -> <Anonymous> 停止执行 向老师们求助

问题 利用samtools将sam文件转化为bam文件时,sam文件报错

运行命令: $samtools sort -@ 4 -O bam -o RNA.bam RNA.sam 报错: [E::sam_hdr_create] Invalid header line: must start with @HD/@SQ/@RG/@PG/@COsamtools sort: failed to read header from "RNA.sam"RNA.sam文件行首:

问题 affy包的函数处理dataframe时,要求dataframe是什么样的呢?

...t;- rma(data) Error in (function (classes, fdef, mtable)  :    unable to find an inherited method for function ‘probeNames’ for signature ‘"data.frame"’ data是一个生成的数据框,有行号和列号,数据都是numeric格式的。

问题 蛋白序列ID和cds序列ID不一致

... 下面是gff文件 获取基因与mRNA的对应关系perl script/mRNAid_to_geneid.pl Arabidopsis_thaliana.TAIR10.41.gff3 mRNA2geneID.txt,提取到的ID=Zm00001d027240_T001,而在hmm搜索的结果ID=Zm00001d027240_P001,在去除重复的hmmer搜索的转录本ID时,ID不一致,同时hmm...

问题 请问为什么三个pca成分成为作为pca协变量控制群体结构对GWAS关联准确性的影响进行GLM和LLM时,识别到四个协变量,删除第一行截距后,仍旧识别到四个协变量,这是为什么啊

 /data/soft/gemma/gemma-0.98.5-linux-static-AMD64 -bfile /wtmp2/user049/yushiyan/prune_/alleledphwemafmissing_LDfiltered.snps -p /wtmp2/user049/yushiyan/phenotype/pheno.txt -c /wtmp2/user049/yushiyan/pca/cpca_no1.txt -lm 1 -n 1 GEMMA 0.98.5 (2021-08-25) by Xiang Zhou, Pjotr Prins and team (C) 2012...

文章 鲈鱼MAPK基因家族分析文献下载及解读

... family in Lateolabrax maculatus and their expression profiles in response to hypoxia and salinity challenges.pdf(点此题目下载原文) 基因家族分析发文章溜不溜?口说无凭,以文章为据!基因家族分析学习链接:基因家族分析视频课程 一起看一篇10...

问题 sam文件转换成bam文件是不能识别头部信息

...ig.fa $hifi > aln.sam。然后将sam转换成bam文件,命令是:samtools sort aln.sam -o aln_sort.bam。但是会报错:samtools sort: failed to read header from "aln.sam"。打开aln.sam文件,发现头部信息很乱,如下图: