找到约 15 条结果

文章 鉴定组装植物病毒——系统详尽的植物病毒学!

...编就看了一本系统详尽讲述植物病毒的书-Plant Virology Protocols(文末有获取方式),堪称病毒学研究里程碑式巨制。 书本主要内容 此书共20章,共289页,前6章内容主要介绍病毒检测及鉴定的技术方法,包括微阵列芯片、RT-...

问题 docker pull下载镜像出现:error pulling image configuration: received unexpected HTTP status: 500 Internal Server Error

...镜像是出现网络错误,或者下载很缓慢: [root@VM_0_16_centos ~]# docker pull docker.io/omicsclass/gene-familyUsing default tag: latestTrying to pull repository docker.io/omicsclass/gene-family ...latest: Pulling from docker.io/omicsclass/gene-familyab5ef0e58194: Already exists3afe06e...

问题 是没有gene-family了嘛

PS C:\Users\Administrator> docker pull omicsclass/gene-family:v1.0.1 What's next:     View a summary of image vulnerabilities and recommendations → docker scout quickview omicsclass/gene-family:v1.0.1 Error response from daemon: pull access denied for omicsclass/gene-family, repository d...

文章 Rstudio 防止中文乱码(保存与显示)

... 有时Rstudio默认的文件打开编码格式不是UTF-8,可以通过File——Reopen with Encoding,修改显示文件的编码格式。 更多生物信息课程: 1. 文章越来越难发?是你没发现新思路,基因家族分析发2-4分文章简单快速,学习链接...

文章 Perl方法对文档全文进行字符串对应替换

...dlist for changing############### open(IN,"$opts{idlist}")|| die "open ID file failed\n"; while(<IN>){ chomp; my($newID,$gene)=split(/\s+/,$_); if($gff=~/$gene/){ $gff=~ s/$gene/$newID/g; } } close(IN); #####################print out new gff####################### ope...

文章 python 读取kegg绘图配置文件中的kgml文件内容

...codecsimport uuidfrom PIL import ImageBin=os.path.split(os.path.realpath(__file__))[0]     ########################################################################## dom = xml.dom.minidom.parse(sys.argv[1])root = dom.documentElementff=open(sys.argv[2],"w")if root.nodeName=='pathway':    for i i...

问题 在基因家族分析的时候对GFF文件中mRNA与gene ID对应关系的脚本进行运行时出现如下无效的问题,请问怎么解决

运行命令perl script/mRNAid_to_geneid.pl data/Brapa_genome_v3.0_genes.gff3 BrapamRNA2geneID.txt perl script/geneid2mRNAid.pl data/Brapa_genome_v3.0_genes.gff3 Brapageneid2mRNAid.txt; 该两条脚本在对其它基因组进行运行时没有问题 但是在运行该GFF文件时出现了如下...

问题 根据课程基因组重测序的脚本,进行片段inner size,片段选择是否异常和测序深度与覆盖度统计均未能生成pdf文件,直接弹出如下对话框和如下命令

 Exception in thread "main" java.awt.AWTError: Can't connect to X11 window server using 'localhost:12.0' as the value of the DISPLAY variable.

文章 R语言-Cox比例风险模型

...rd 在癌症研究中: hazard ratio > 1 is called bad prognostic factorhazard ratio < 1 is called good prognostic factor z(-3.176)值代表Wald统计量,其值等于回归系数coef除以其标准误se(coef),即z = coef/se(coef);有统计量必有其对应的假设检验的显著性...

文章 Graphpad Prism一张图中绘制多个直方图

...有直方图数据放在Data Tables 下,打开新的Data Table方法为 "File" 下 "打开"  ->  "New Data table and..."。 2.数据填好后,双击"Layouts" 选择布局方式。 选中后界面中会出现三个方框,如下图所示: 我们可以直接将直方图拖到对...

文章 NCBI 数据下载

...先在NCBI下载所有run的信息 执行命令: prefetch --option-file SRR_Acc_List.txt ③ 格式转换:sra变成fq # 双端测序:fastq-dump --split-3 sra文件# 单端测序:fastq-dump  sra文件 更快的转换方式: fasterq-dump --split-3 sra文件 (2) Aspera 直...

文章 R语言统计数据范围并用ggplot2绘制柱状图

...设置了x轴刻度标签倾斜; library(reshape2) local({r <- getOption("repos") ;r["CRAN"] <- "http://mirrors.tuna.tsinghua.edu.cn/CRAN/" ;options(repos=r)}) library(ggplot2) library(cowplot) library(RColorBrewer) pairjoin <- function(x){   ran=paste(head(x,-1), tail(x,-1),...

问题 RNAseq有参转录组数据自主分析课程,在建立基因组索引的时候出现如下问题

...9.chromosome.22.gtf -p gene_length Traceback (most recent call last):   File "/home/zpp/work/my_rnaseq/scripts/get_gene_length_from_gtf.py", line 49, in <module>     if kvs['gene_id'] in geneL and kvs['transcript_id'] in geneL[kvs['gene_id']]: KeyError: 'gene_id'

文章 perl数学函数

...围在-PI~PI。 应用例: 角度转化成弧度子程序。subdegrees_to_radians{ local($degrees)=@_; local($radians);11: $radians=atan2(1,1)*$degrees/45; } Perl数学函数名 sqrt 调用语法retval=sqrt(value); 解说平方根函数。value为非负数。 Perl数学函数名 exp ...

文章 PASA 记录

....validations.output这个文件 sh: alignment.validations.output: No such file or directoryError, cmd: update_alignment_status.dbi -M 'pasa.sqlite'  < alignment.validations.output  > pasa_run.log.dir/alignment.validation_loading.output died with ret 256 No such file or directory at PASAp...