找到约 15 条结果

文章 perl读写gz压缩文件

...要获取文件句柄,只是稍有变化。 输入文件句柄: open IN,"gzip -dc infile.gz|"    输出文件句柄: open OUT, "| gzip > outfile.gz" or die $!; 也可以用包:PerlIO::gzip use PerlIO::gzip;   #Perl  IO open FQ,"<:gzip",file1.gz||die"$!"; open FN,">...

文章 blast 建库报错:blast options error: *.fa does not exist

使用blast通过如下指令建库的时候遇到报错: makeblastdb -in *.fa -dbtype prot -title *.fa 解决方法,在库文件前面加上文件的绝对路径 建库成功。

文章 R 相关性系数计算 cor() 报错

...,计算完FPKM后进行相关性计算并绘图,出现报错: Error in seq.int(0, 1, length.out = n) : 'length.out' must be a non-negative number 该报错发生在选择颜色的函数colorRampPalette()上,发现是给的值出现问题,而值来自于相关性计算后的矩阵,...

问题 juicer 报错: Failure during chimera handling of

... 老师好,在运行juicer时报错: awk: calling undefined function and input record number 1116, file /home/data/t090519/JF/20.Jui/juicer/work/splits/JF2.fastq.gz.sam source line number 298***! Failure during chimera handling of /home/data/t090519/JF/20.Jui/juicer/work/splits/JF2.fastq.gz...

文章 samtools之index

必须对bam文件进行默认情况下的排序后,才能进行index。否则会报错。 Usage: samtools index <in.bam> [out.index] Options:    -b    Generate BAI-format index for BAM files[default]    samtools index -b xx.bam  建立索引后将产生后缀为.bai的文件...

文章 evolview 3.0最新更新美化进化树

... Hu, Wei-Hua Chen, Evolview v3: a webserver for visualization, annotation, and management of phylogenetic trees, Nucleic Acids Research,(2019) (https://academic.oup.com/nar/advance-article/doi/10.1093/nar/gkz357/5494715) 1.新建上传自己的tree文件: Upload tree control iconProject name tex...

文章 R批量读取文件

...; 把文件的名字(前缀)赋给每个读取到的数据 > for (i in 1:length(ABC)){+ assign(make.names(gsub(".txt","",tem[i])),data.frame(ABC[[i]]))+ }> A V1 V21 A 1> B V1 V21 B 2> C V1 V21 C 3

问题 转录组kegg富集,deg emsembl id不存在

筛选出的deg的基因emsembl id无法进行转成entrezid,说不存在这些id Error in .testForValidKeys(x, keys, keytype, fks) :    None of the keys entered are valid keys for 'ENSEMBL'. Please use the keys method to see a listing of valid arguments. Calls: bitr Execution halted

问题 老师我想问一下,MENA在analysis the network 报错的问题

...ght (c) 2005, Carter T. Butts, University of California-IrvineFor citation information, type citation("sna").Type help(package="sna") to get started.Error in `rownames<-`(x, value) :length of 'dimnames' [1] not equal to array extentCalls: row.names<- -> row.names<-.default -> rownames...

问题 老师,请问sample type出现这种情况怎么解决,麻烦老师解惑一下,谢谢啦。

...#####################################################> # A. 普通R包: install.packages('caret')> # B. bioconductor 包参考: https://bioconductor.org/install/> # > # BiocManager::install("TCGAbiolinks")> # BiocManager::install("SummarizedExperiment")> ##########################...

问题 16S课程 02.feature_table #16S 分析 deblur

...ary to load it. Artifact has type 'SampleData[JoinedSequencesWithQuality]' and format 'SingleLanePerSampleSingleEndFastqDirFmt' See above for debug info.

文章 安装R包ggpubr 报错

/usr/lib64/R/library/cpp11/include/cpp11/protect.hpp: In member function ‘constexpr R cpp11::protect::function<R(A ...)>::operator()(A ...) const [with R = SEXPREC*; A = {SEXPREC*, SEXPREC*}]’:/usr/lib64/R/library/cpp11/include/cpp11/protect.hpp:186:5: warning: control reaches end of non-v...

文章 Graphpad Prism绘制折线图

...),点击折线图图标,并把样本数设为3,同时设置为Mean and Error ,如下图: 2、在Data栏中输入以下数据,软件就会自动帮你算出均值(Mean)和误差值(Error),并做好折线图了。 3、点击Data3,即可看到折线图。 4、双击...

文章 Linux单行命令

...niq -u > c # c 是 a - b awk常用命令 awk '{ sum += $2 } END { print sum }' myfile        #这个命令将计算myfile文件的第二列的总和并打印出来。awk '{ print $2, $1 }' myfile | sort -n      #这个命令将打印出myfile文件的第二列和第一列,并将它...

问题 您好,我在用qiime2进行扩增子测序分析但是导入数据时会一直出现改错误,请问有什么合适的解决办法吗?

There was a problem importing manifest:   manifest is not a(n) PairedEndFastqManifestPhred33V2 file:   Filepath on line 1 and column "forward-absolute-filepath" could not be found ($PWD/home/qiime2/Public/data/dyj/HS15_1.fq.gz) for sample "HS15".