找到约 15 条结果

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

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

文章 R语言绘图-绘制漂亮的数学公式或者拉丁字母等在图当中

...) + sqrt(x) + x^(1/3) plot(y, 1, 1000, main = expression(paste("This is a formula ",y == log(x) + sqrt(x) + sqrt(x, 3))),      lwd = 3,       col = "blue") 要想组合出自己想要的复杂公式,那么就得知道,公式表示方法和显示结果的对应关系。这里有段...

问题 请问老师有根据基因ID一次性提取UTR,EXON,INTRON的脚本吗?

... 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:AT1G01020.1transcr...

文章 perl读写gz压缩文件

...file.gz|"    输出文件句柄: open OUT, "| gzip > outfile.gz" or die $!; 也可以用包:PerlIO::gzip use PerlIO::gzip;   #Perl  IO open FQ,"<:gzip",file1.gz||die"$!"; open FN,">:gzip",file2.gz||die"$!"; 合并gz文件 cat file1.gz file2.gz >file3.gz 更多perl...

问题 求助大佬,circos图chr.info文件怎么整理?

...You did not define a karyotype file. Are you sure your configuration file is well formed? chr.info文件如图所示,全在Linux环境下用脚本整理的,是我哪里搞错了?还是数目太多?(用的scaffold,MCScanX也是,全部600个scaffold放到配置文件就报错,只放...

文章 heatmap_group_plot.r 分组热图展示免疫侵润结果

...                                             [-c color [color ...]]                                                          [-o outdir]                                                          [-p prefix]          ...

文章 MySQL报错:ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock'

...l/databasedir=/usr/local/mysqlsocket=/var/lib/mysql/mysql.sockuser=mysql# Disabling symbolic-links is recommended to prevent assorted security riskssymbolic-links=0[mysqld_safe]log-error=/var/log/mysqld.logpid-file=/var/run/mysqld/mysqld.pid 配置后:(配置 [client] 后,重启 mysql服务) [...

文章 批量修改进化树中的名称及添加分组名称

...#ff00ffMARGIN,0LABEL_ROTATION,0DATA#the following fields are possible for each node:#ID,label,position,color,style,size_factor,rotation9606,Homo sapiens,-1,#ff0000,bold,1.5,454932,Eukaryota,-1,#000000,italic,2,90160,Bacteria,-1,#0000ff,bold,4,902234,Archaea,-1,#0000ff,normal,3,-45727,Somethi...

问题 基因家族解析报错

...gle-copy genes in any orthogroup Inferring multiple sequence alignments for species tree ------------------------------------------------------- 2025-06-07 14:57:14 : Done 0 of 969 2025-06-07 15:01:56 : Done 100 of 969 2025-06-07 15:06:15 : Done 200 of 969 Traceback (most recent call last): ...

问题 KEGG和GO富集分析报错问题

...为1,依旧提示报错:Failed to create bus connection: No such file or directory --> No gene can be mapped.... --> Expected input gene ID: LOC105382119,LOC105392385,LOC105383189,LOC105384039,LOC105384627,LOC105384151 --> return NULL... Error in barplot.default(kegg, showCategory =...

文章 R语言基础入门—运算符!

...3,TRUE,2+3i)print(v&&t)#它产生以下结果 TRUE ||称为逻辑OR运算符。取两个向量的第一个元素,如果其中一个为TRUE,则给出TRUE。 v <- c(0,0,TRUE,2+2i)t <- c(0,3,TRUE,2+3i)print(v||t)#它产生以下结果 FALSE 赋值运算符 这些运算符用...

问题 转录组自主分析的差异基因分析和KEGG富集分析时发生错误,求老师解答。

...unction (classes, fdef, mtable)  :   unable to find an inherited method for function ‘dotplot’ for signature ‘"NULL"’ Calls: dotplot -> <Anonymous> Execution halted 查询问题时候发现,在上一节内容中,练习生成的normal_vs_tumor.DEG.final.tsv 文件与demo...

文章 GFF中提取所有转录本的位置信息,以及对应的基因ID信息;

...y$gff=$ARGV[0];my%gene=();my%gene_region=();my%mRNA2Gene=();open IN,"$gff" or die "$!";open OUT ,">$ARGV[1]" or die "$!";print OUT "#mRNA_ID\tgene_ID\tchr\tstart\tend\tstrand\n";while(<IN>){chomp;next if (/^#/);my@tmp=split(/\t/); if($tmp[2] =~/^gene/){my($id)=($tmp[8]=~/ID=([^;]+)/);$gene{...

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

....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-2021 Reading Files ... ***...

问题 使用tcga_gene_exp_download.r下载TCGA数据始终无法产生gene expression相关的文件 killed

...Check if there are duplicated cases Warning: There are more than one file for the same case. Please verify query results. You can use the command View(getResults(query)) in rstudio ooo Check if there results for the query ------------------- o Preparing output ------------------- Downloading d...