找到约 15 条结果

问题 R语言 PCA

> data <- read.csv('E:/fpkm.csv', header = T)> student.pr <- princomp(data, cor = T)Error in cov.wt(z) : 'x'只能包含有限值>  请教,这个怎么解决?

文章 基因家族分析课程更新-批量进行kaks计算

...ed nucleotide alignments guided by amino acid alignments are more reliable and accurate than direct nucleotide alignments)。该方法尤其对于序列差异较大的基因对,比对更准确,可以避免由于比对问题导致KaKs_Calculator计算不出结果。 下载安装和数据准备 ...

文章 enrichKEGG_pip.r KEGG 富集分析

...03optional arguments:  -h, --help            show this help message and exit  -g gene.list, --gene.list gene.list                        diff expressed gene list file, required  -d ann.db, --ann.db ann.db                        org.Hs.eg.db or org.Mm.eg.db ,for more ...

问题 R 更新后报错

Error in if (grepl("^\\{|^\\[", output)) { : the condition has length > 1 Calls: <Anonymous> -> parse_args_output Execution halted 包更新了,需要更新了,需要去掉 \"

文章 i遗传进化

...r xpehh cd xpehh #vcftools --gzvcf $workdir/00.filter/clean.vcf.gz --plink --out myplink #selscan 不允许缺失 vcftools --gzvcf  $workdir/data/cucu.vcf.gz --max-missing 1  \     --recode --recode-INFO-all \     --stdout |gzip - > nomissing.vcf.gz for i in Chr1 Chr2 Chr3 Chr4...

文章 IF=4.1|玉米ARF基因家族的泛基因组分析和表达验证

...tiers in plant science 杂志发表了一篇题为“ Pan-genome analysis and expression verification of the maize ARF gene family”的泛基因家族文章。” 本研究基于玉米泛基因组数据,全面鉴定了ZmARF家族成员,分析了其基因结构、染色体分布、进化关系...

问题 R运行代码出现报错

outTab=outTab[as.numeric(outTab[,"pvalue"])<0.5] Error in `[.data.frame`(outTab, as.numeric(outTab[, "pvalue"]) < 0.5) : 选择了未定义的列

文章 IF=4.3 | 衰老水稻种子的转录组代谢组联合分析

... 2025年5月 BMC Plant Biology杂志发表了一篇题为“Transcriptome and metabolome analysis of senescent rice (Oryza sativa L.) seeds: insights into the mechanism of germination vigor and seedling morphogenesis”的转录组代谢组联合分析文章。” 01 — 研究背景 种子...

文章 中国学者揭示:不运动不吃药也能瘦!

...》上发表了题为“Very-low-protein diets lead to reduced food intake and weight loss, linked to inhibition of hypothalamic mTOR signaling, in mice”的文章,为我们找到了一条不经运动、不吃药就能减肥的科学线索:1%蛋白质饮食可通过部分依赖下丘脑mT...

文章 corr_network.r—ggraph包绘制展示相关性的网络图

...e/1574 optional arguments: -h, --help show this help message and exit -g GENE_DATA, --gene_data GENE_DATA Enter the file path that contains the gene symbol and gene grouping[required] -p P_DATA, --p_data P_DATA ...

文章 Linux 服务器 安装Jupyter notebook 并开启远程访问

一. centos下安装jupyter notebook1. 使用Anaconda安装conda install jupyter notebook 2. 使用pip安装pip install jupyter notebook 二. Jupyter notebook 配置1. 生成配置文件jupyter notebook --generate-config 2. 创建密码使用python中的passwd()创建密码,终端输入ipython...

文章 百度网盘 for Linux ——BaiduPCS-Go用法

常使用linux,但仍然需要百度网盘和外界进行沟通的用户一定知道bypy,不过遗憾的是,这个软件python写的软件太过缓慢,不过我最近发现了一个软件,BaiduPCS-Go 他用go编写,几乎像是百度网盘linux版一样好用 在官网找自己服务...

文章 perl脚本批量生成反向互补序列

...量处理序列。 用法: perl  fasta_Reverse_complementary.pl  -fa input.fa  -out out.fa input.fa是输入文件,out.fa是反向互补后的序列 输入文件格式入下所示: >bta-26a-2GGCUGUGGCUGGAUUCAAGUAAUCCAGGAUAGGCUGUUUCCAUCUGUGAGGCCUAUUCUUGAUUACUUGUUUCUGGAGGCAGCU>bta-...

文章 使用map()、filter()来做到函数式编程

...改变引用值, 但普通函数会,举个例子 def num_1(list):for index in range(0, len(list)): list[index] += 1return listlst_1=[1,2,3]print(num_1(lst_1))print(num_1(lst_1)) [2, 3, 4] [3, 4, 5] 这个普通函数经过2次调用,让lst_1这个列表的值发生了变化,那...

问题 在MCScan中报错

在MCScan中报错Exception in thread "main" java.lang.NullPointerExceptionat family_circle_plotter.paint(family_circle_plotter.java:197)at family_circle_plotter.main(family_circle_plotter.java:334)请问您是怎么解决的