找到约 15 条结果

文章 过滤fasta文件

...my %opts;GetOptions(\%opts,"in=s","o=s","h");my$in  = Bio::SeqIO->new(-file => "$opts{in}" ,                                -format => 'Fasta');my$out = Bio::SeqIO->new(-file => ">$opts{o}" ,                             ...

文章 docker 工具高级用法

...行日志 mkdir: cannot create directory ‘/work/amplicon_demo/tmp’: File exists mkdir: cannot create directory ‘/work/amplicon_demo/1.import_data’: File exists Imported /work/amplicon_demo/manifest.ckd.txt as PairedEndFastqManifestPhred33V2 to demux.qza > docker rm -f 53be3e69d2d6...

文章 蛋白质组和转录组相关性图绘制

...目越来越多,经常有蛋白质和转录组相关的分析。 deg_file <- 'S-1_S-2_S-3_vs_R-1_R-2_R-3.all' dep_file <- 'S-1_S-2_S-3_vs_R-1_R-2_R-3.DEP.all.xls' # 设置筛选参数 dep_fc <- 1.5 dep_fdr <- 0.05 deg_fc <-1.5 deg_fdr <- 0.05 # 读取文件 deg <- read_del...

问题 老师您好,我根据教学指导试了很多次都不能将vcf文件转换成phy文件,重新运行还是显示这种,求解决方案

...ne.phy, -format, Phylip_Inter, -runfork1] net.maizegenetics.analysis.data.FileLoadPlugin    net.maizegenetics.analysis.data.ExportPlugin [pool-1-thread-1] INFO net.maizegenetics.plugindef.AbstractPlugin - Starting net.maizegenetics.analysis.data.FileLoadPlugin: time: Oct 30, 2023 15:54:45 [poo...

文章 Rush:一款强大的Linux并行任务执行工具

...Rush使用 -j 参数来指定可以并行运行的任务数量,类似于 make -j 或 xargs -P。你可以根据你的系统资源适当调整这个数字。 总结起来,Rush是一款非常实用的命令行工具,无论你是处理大量的文件,还是需要批量执行命令,都能大...

文章 Java安装与配置

...以安装到其它地址,但务必记住安装路径,例如 C:\Program Files\Java\jdk-9.0.1\ 二、设置环境变量 为了让系统能够找到安装好的JDK,我们还需要设置环境变量。 具体操作:右键“计算机”或“我的电脑”,选择“属性”,再选择“...

文章 pheatmap绘制聚类热图

...pheatmap)mat=read.table("F:/mat.txt",header = T,row.names = 1,sep="\t",check.names = F)dim(mat)pheatmap(mat) 利用pheatmap一步出图,其结果如下: 参数调整 初始绘图结果和实际需要的图片差异可能比较大,这些都可以通过对应的参数进行调整,...

文章 从GTF中提取lncRNA的编号和名称

...用如下的代码实现。 #!/usr/bin/perl -w use strict; my $biotype_file = shift @ARGV; my $gtf = shift @ARGV; my $biotype = shift @ARGV; my %biotype_list; open my $fh1, $biotype_file or die; while (<$fh1>) { chomp; my @array = split /\t/, $_; if($array[2]eq $biotype){ ...

文章 绘制全基因组甲基化图谱

...ter",required=T,                help="input smoothed data result  file[required]",                metavar="filepath")parser$add_argument( "-p", "--pallete", type="character",nargs='+',required=F,default=c("#eb65a0", "#22c2e4", "#4abb6b","#f28d21"),                help="set c...

文章 真菌 ncRNA 基因特征及坚定方法

Fungal mitochondrions also contain non-coding RNA genes. The mitochondrial rRNA genes are single copy genes for the large and small ribosomal RNAs (rrl and rrs). These are significantly shorter than their counterpart in the nuclear genome and cannot be identified by RNAmmer(Lagesen, Hallin, Rodlan...

问题 paircoil2使用报错

具体报错如下 ERROR: Error while reading from <GenFreq> file

问题 重测序

我把命令放到sh 中运行后显示日志错误 2.data_qc.sh: line 23: syntax error: unexpected end of file, 附件是命令2.data_qc.sh 1ea1d5175cd7f119f2635ceb660d9e2.jpg

文章 Repeat masking in MAKER2 (difference with BRAKER2)

...ER2 (for details, see section 1.4.2 about repeat masking). It is important to note that even though MAKER2 and BRAKER2 used the same repeat libraries, genomes are masked differently by MAKER2 when comparing to our approach of using RepeatMasker/RepeatModeler for BRAKER2. MAKER2 runs RepeatMasker int...

文章 单细胞转录组数据挖掘流程记录-BLCA膀胱癌(GSE192575)

...et -c "https://www.ncbi.nlm.nih.gov/geo/download/?acc=GSE192575&format=file" -O GSE192575_RAW.tar tar xvf GSE192575_RAW.tar #选择人的数据解压: tar zxvf GSM5751918_human_Res.tar.gz tar zxvf GSM5751918_human_Sen.tar.gz 运行完以上代码结果目录如下: 单细胞分析代...

问题 基因染色体定位

在做基因染色体定位时,输出的map_to_RNA文件为下图,只有Contig,没有染色体号 输出的fai文件格式为下图,有染色体号,也有Contig号,怎么确定Contig上的基因在染色体上的位置呢?Contig和染色体的对应关系怎么查?Mapchart所需文...