找到约 15 条结果

问题 您好!我是R语言的新手,在用hchinamap程序绘制地图时,出现cannot coerce type 'closure' to vector of type 'character',出现这类错误怎样解决呢?请指教,谢谢!

步骤如下: install.packages('hchinamap') download.file('https://mdniceczx.oss-cn-beijing.aliyuncs.com/chinadf.rda', file.path(dir, 'chinadf.rda')) load(file.path(dir, 'chinadf.rda'), verbose = TRUE)chinadf

文章 基因组注释流程,PASA mysql 数据库启动 exited

...-21 09:38:40+00:00 [ERROR] [Entrypoint]: mysqld failed while attempting to check configcommand was: mysqld --verbose --help --log-bin-index=/tmp/tmp.ogWM7TzzGmmysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2 - No such file or directory)mysqld: [ERROR] Fatal error in defaults handling. Prog...

问题 prefetch报错

... -9984 ( X509 - Certificate verification failed, e.g. CRL, CA or signature check failed ) 2022-09-27T11:33:05 prefetch.2.8.0 sys: mbedtls_ssl_get_verify_result returned 0x8 (  !! The certificate is not correctly signed by the trusted CA  ) 2022-09-27T11:33:05 prefetch.2.8.0 err: path not found w...

文章 singularity使用基础

...本地SIF文件,转成sandbox sudo singularity build --sandbox ./tmp/ your.sifsudo singularity shell --writable ./tmp/ 交互模式运行 $ singularity shell ubuntu.sif Singularity: Invoking an interactive shell within container... Singularity ubuntu.sif:~> pwd /home/admin Singularity ubu...

文章 linux下samtools安装指南

...                         # AC_CONFIG_SUBDIRS - please ignore it). autoconf -Wno-syntax  # Generate the configure script ./configure --prefix=/biosoft/samtools/samtools-v1.9   # --prefix 添加安装路径make make install 由于之前的准备工作都...

文章 根据GFF文件提取基因组中基因的蛋白,CDS,CDNA序列

...件提供该脚本: /share/work/biosoft/TransDecoder/latest/util/gff3_file_to_proteins.pl --gff3 genome.final.gff3  --fasta ../genome.fa --seqType  cDNA >cdna.fa/share/work/biosoft/TransDecoder/latest/util/gff3_file_to_proteins.pl  --gff3  genome.final.gff3 --fasta ../genome.fa  --seqType...

文章 rockes7 共享目录设置

...户端的使用者用户统一被转换成匿名用户nfsnobody。subtree_check (默认)  若输出目录是一个子目录,则nfs服务器将检查其父目录的权限。no_subtree_check  即使输出目录是一个子目录,nfs服务器也不检查其父目录的权限,这样可以提...

文章 tcga_gene_exp_download.r TCGA数据下载脚本使用说明。

使用方法: usage: tcga_gene_exp_download.r [-h] -p project [-f files.per.chunk]                                [-o outdir]TCGA 基因表达数据下载及临床数据下载与整理,详细帮助见:https://www.omicsclass.com/article/1485optional arguments:  -h, --help    ...

文章 openssl 安装

... ./config --prefix=/usr/local/ssl --openssldir=/usr/local/ssl shared zlib make && make install 代码语言:javascript复制#修改软连接 ln -s /usr/local/ssl/bin/openssl /usr/bin/openssl ln -s /usr/local/ssl/include/openssl /usr/include/openssl 更新:/lib64/libssl* /lib64/libcryp...

文章 简单的数据处理代码

...     args = self.args        probe_expr_df = pd.read_csv(args.input_file, sep="\t", header=0, index_col=0)        probe_expr_df.index = probe_expr_df.index.map(str)        # Normalize expression data        abundances = [self.norm_expr(probe_expr_df, norm_type) for norm_type in arg...

问题 合并gvcf的问题

... <NON_REF> as an allele but that is not the case at position 763769; please use the Haplotype Caller with gVCF output to generate appropriate records。由于缺乏bam文件我只能尝试别的方法合并,当使用bcftools时提示:X602.g.vcf.gz was expected to contain a single sample bu...

文章 根据fastq ID列表,输出指定ID对应的双端或单端fastq文件

... import gzipimport argparsedef extract_gene_names(input_fastq_gz, output_file):    with gzip.open(input_fastq_gz, 'rt') as fastq_gz, open(output_file, 'w') as out_file:        line_count = 0        for line in fastq_gz:            line_count += 1            if line_count % 4 =...

问题 下载COAD数据提示列不一致保存不成功

... GDCdownload(query = query, +             directory = DataDirectory,files.per.chunk=6, method='client') Downloading data for project TCGA-COAD Of the 521 files for download 521 already exist. All samples have been already downloaded > # 保存结果 > data <- GDCprepare(query = ...

文章 immune_compare_stat.r 免疫细胞表达差异比较

...t.r  -husage: /work/STAD_immu_demo1/scripts/immune_compare_stat.r [-h] -i filepath -v                                                           celltype                                                           [celltype ...] -m       ...

问题 tassel报错,[Thread-9] ERROR net.maizegenetics.plugindef.AbstractPlugin - 0,软件运行有些表型数据时无问题,但大部分表型数据运行时出现该错误

...bstractPlugin -  FixedEffectLMPlugin Parameters phenoOnly: false saveToFile: false siteFile: null alleleFile: null maxP: 1.0 permute: false nperm: 0 genotypeComponent: Genotype minClassSize: 0 biallelicOnly: false siteStatsOut: false siteStatFile: null appendAddDom: false [Thread-9...