找到约 15 条结果

问题 关于TCGA的下载,学了课程还是遇到点问题,求老师指点

...>% GenomicDataCommons::select(c(default_fields(cases()),'samples.sample_type')) %>% response_all() 报错了。。。。。Error: No method asJSON S3 class: formula 然后其实也不明白就是获得了sample_download,后边的代码怎么写,请老师看看是这样么? GDCdownload...

问题 16s分析导入数据遇到同样的问题,请问您解决了吗?

...is not a(n) PairedEndFastqManifestPhred33V2 file:   Filepath on line 3 and column "forward-absolute-filepath" could not be found ($datadir/AWGB16SAA2134120-38-28_R1.fq.gz) for sample "AWGB16SAA2134132-38-28".

文章 敏捷实践经验分享,企业如何在敏捷开发中实施DoD

...  为了避免这个问题,在敏捷软件开发中,常用Definition of Done“完成的定义”来表示工作是否已完成,不同的活动有不同的完成定义。首先要知道,所有的DoD都不是一成不变的,在随着时间的推移、经验的积累、成员的变更、...

问题 做有参转录组分析,在进行基因表达定量的时候,其中一个转录组出现如下错误,看不太懂,想请教一下老师问题如何解决

... alignment buffer size exceeded while pairing SAM alignments.  [Exception type: ValueError, raised in __init__.py:671]

文章 linux常用技巧

...z /home/wanghj 2,监控系统内存,i/o及存储等 #!/bin/bash# Set the threshold valuesDISK_THRESHOLD=90LOAD_THRESHOLD=20MEMORY_THRESHOLD=50IO_THRESHOLD=50# User to write the messageUSERNAME="wanghj"# Log fileLOGFILE="/home/wanghj/logfile.log"while true; do    # Check disk usage    DISK_...

问题 genome-annotation的docker转singularity的容器后,rmblast使用报错。

....1.4/Libraries/test/RepeatMasker.libNew DB title:  RepeatPeps.libSequence type: NucleotideDeleted existing Protein BLAST database named /share/work/biosoft/RepeatMasker/RepeatMasker-4.1.4/Libraries/test/RepeatPeps.libKeep MBits: TMaximum file size: 1000000000Bsh: line 1: 14163 Bus error      ...

问题 bio-linux 挂载共享文件夹时报错No such device

manager@bl8vbox[manager] sudo mount -t vboxsf windows-share xu-share [sudo] password for manager:  /sbin/mount.vboxsf: mounting failed with the error: No such device

问题 运行eggnog_stat.r报错

...summarise()` has grouped output by 'Pathway_Class'. You can override using the `.groups` argument. Error in (function (classes, fdef, mtable)  :   unable to find an inherited method for function ‘select’ for signature ‘"tbl_df"’ Calls: %>% -> select -> <Anonymous> 停止...

问题 请问QQ图绘制时报错,文件明明在,却找不到文件怎么回事啊?

> library(qqman) > results_log = read.table("logistic_results.assoc.logistic", head=TRUE) Error in file(file, "rt") : cannot open the connection In addition: Warning message: In file(file, "rt") :   cannot open file 'logistic_results.assoc.logistic': No such file or directory

文章 教你轻松搞定各种柱状图

...置,或者选择"All" ,对所有柱子批量进行设置。 2.Bars and boxes 可以对柱子的填充色,网格,网格颜色,边框粗细,边框颜色进行设置。 3.Error bars 可以对误差线颜色,形状,粗细,显示等进行设置。 4.修改图注,图中的标...

文章 从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){ ...

文章 库文件位置问题

      7 The following object is masked from ‘package:VennDiagram’:      8       9     ellipse     10      11 Error in dyn.load(file, DLLpath = DLLpath, ...) :      12   unable to load shared object '/share/work/biosoft/R/R-v4.2.0/lib64/R/library/units/libs/units.so':  ...

文章 Unicycler二代、三代混合组装

...ction2 二代组装:spades assemblies3 混合组装:assembling contigs and long reads with miniasm4 比对:aligning reads5 搭桥:building long read bridges6 抛光:polishing assembly with pilon 组装结果 参考:https://www.jianshu.com/p/6ac7762a8f3a

文章 Cytoscape如何基于点的属性快速对点和相连的线进行颜色分类

...后续进行网络网络设置,例如: miRNA Target pathway type ath-miR156a-3p AT1G65440 A A ath-miR156a-3p AT3G06340 A A ath-miR156a-3p AT5G58220 A A ath-miR156a-5p AT1G08590 A A ath-miR156a-5p AT1G19800 A A ath-miR156a-5p AT1G72700 A A ath-m...

问题 老师您好,我在做mcscanx共线性分析基因家族加倍实操课程时,安装mcscanx报错

...,只需要给MCScanX 目录下的 msa.h, dissect_multiple_alignment.h, and detect_collinear_tandem_arrays.h 这三个文件内容 最前面添加#include <unistd.h>。 但是又出现了另一种报错,能麻烦老师看一下嘛 在终端输入java后