找到约 15 条结果

问题 perl 哈希输出的问题

...                     'name' => 'Gohir.A01G185500.1_and_Gohir.D01G176300.1',                              'motifs' => [                                            {                   ...

文章 Python模块导入的 路径索引

...、以什么样的顺序调用的呢? 在Python中有内建函数(built-in)、第三方库(site-packages)以及自义库三种可以 调用的模块。在 import时,Python的搜索顺序是先built-in模块,然后搜索 sys.path这个路径列表中的模块,其中自定义库和第三方...

问题 运行DESeq2出错

各位老师,可以帮我看一下吗 Error in h(simpleError(msg, call)) :   error in evaluating the argument 'x' in selecting a method for function 'rowSums': could not find function "cpm"Calls: std_two_condition_comp_deseq2 -> new_DGE_list -> rowSums -> .handleSimpleError -> h

问题 请问在运行利用exprs()获取表达矩阵 exprSet = exprs(gset)时,报错Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘exprs’ for signature ‘"factor"’不知道什么原因?

请问在运行利用exprs()获取表达矩阵  exprSet = exprs(gset)时,报错Error in (function (classes, fdef, mtable)  :    unable to find an inherited method for function ‘exprs’ for signature ‘"factor"’不知道什么原因?

问题 Deseq分析差异表达基因时,我按照转录组自主分析课上教的方式运行,一直出现Error in `[.data.frame`(ori_data, , as.vector(f_mat[, 1])),导致无法进行。想请教一下,如何解决这个情况。

Deseq分析差异表达基因时,我按照转录组自主分析课上教的方式运行,一直出现Error in `[.data.frame`(ori_data, , as.vector(f_mat[, 1])),导致无法进行。想请教一下,如何解决这个情况。

问题 blast2go注释,报错“Exception in thread "main" java.lang.NoClassDefFoundError: org/jdom/JDOMException”,请问如何解决,详细一点

[root@iZ8vb8s8t9gi6cyewfy80bZ b2g4pipe]# java -jar blast2go.jar -in 122_cds_wanted.fa.tab -a -v -out 122_annot_result Blast2GO Pipeline Version 2.5.0 -------------------------------------- Hash for resource ec2go_19072011.txt of type ec created. 4003 associations loaded. Blast2GO build: 23092011 Ch...

问题 老师您好,我在作比较基因组学,麻烦您帮我看看这两个文件bed和cds有什么问题吗?因为出现AT3G10920 not in AT.bed这种问题

文章 18年上半年,利用GEO/TCGA数据库发表文章超过1000+

...数据库发表的SCI论文:如: 1:An integrated lncRNA, microRNA and mRNA signature to improve prognosis prediction of colorectal cancer ,该文采用TCGA数据库中结直肠癌及癌旁组织的mRNA,lncRNA,miRNA进行差异表达,获得显著变化的分子,用于构建生存分...

文章 使用fastp软件对fastq文件进行剪切

...里介绍如何对fastq文件进行剪切。 其命令如下: fastp --in1 data_yuanshi/Tres_2_1.clean.fq.gz --out1 Tres_2_1.clean.fq.gz --in2 data_yuanshi/Tres_2_2.clean.fq.gz --out2 Tres_2_2.clean.fq.gz  --trim_front1  15  --trim_front2 15  --correction --thread 8 参数: --in1    r...

问题 麻烦求助,在使用ncbi_gff_2_Ensembl_gff.pl这个脚本的时出现报错显示:cant find the string terminator "Usage end"...in line 10

问题 老师,在运行WGCNA代码sft = pickSoftThreshold(datExpr0, powerVector = powers, verbose = 5),遇到了这种错误Error in { : task 1 failed - "'x' has a zero dimension.",请问是什么原因呢?

问题 提供感兴趣基因进行分支分析时,出现Error in simple_vs_index(x, rlang::eval_tidy(args[[1]]), na_ok) : Unknown vertex selected报错

...ory_monocle2_branch_analysis.r -i monocle2.CelldataSet.qs \   --branch_point 2 -o branch2 --gene.list monocle2.selected.Gene.tsv --qval 1e-2 \   --interest.genes Cc11G1053 Cc10G0497 Cc02G1594 Cc02G2288 Cc06G0565 --interest.genes.color.group mycelltype 出现以下报错 Error in simple_vs_inde...

文章 perl 中glob函数

...r(Dir);closedir(Dir);foreach $Cur(@Files){$File="/home/globtest".$Cur;open(IN,$File);while(<IN>){......                   }close(IN);}

问题 老师,我在利用perl ../script/get _ene _ exon_ from _ gff.pl in1 时,老是提不出文件,他说十几行不合适但是这个和视频里面的一样,

试了一天了,就是不合适

问题 老师您好,我在运行collapse_samples.py这段代码用于物种注释时出错,出错信息为 qiime.parse.QiimeParseError: No header line was found in mapping file.请问该如何解决?