找到约 15 条结果

文章 TCGA数据分析ceRNA的套路

...给大家介绍一篇ceRNA研究套路的文章《comprehensive analysis of a long noncoding rna-associated competing endogenous rna network in colorectal cancer》。 1. 研究思路 研究思路详述:     1.1. 从TCGA公开的数据中下载结直肠癌相关的数据,包括lncRNA, miR...

问题 检查数据是否正确时 出现以下错误:> exprSize = checkSets(multiExpr) Error in checkSets(multiExpr) : data does not appear to have the correct format. Consider using fixDataStructureor setting checkStructure = TRUE when calling this function.

...c vectors Error in checkSets(multiExpr) : data does not appear to have the correct format. Consider using fixDataStructureor setting checkStructure = TRUE when calling this function.

问题 fastq-dump下载问题?

...======= An error occurred during processing. A report was generated into the file '/root/ncbi_error_report.xml'. If the problem persists, you may consider sending the file to 'sra@ncbi.nlm.nih.gov' for assistance. =============================================================

文章 R magick 包安装包错

...omType = opt$idtype, toType = opt$totype, OrgDb = opt$ann.db) :   26.02% of input gene IDs are fail to map... --> No gene can be mapped.... --> Expected input gene ID: --> return NULL... NULL Error in (function (classes, fdef, mtable)  :   unable to find an inherited method for fu...

问题 用sudo mount -t vboxsf gene-family gene-family将Windows中的共享文件夹挂载到Linux中的共享文件夹中显示mounting failed with the error: No such device

问题 老师,您好,我在将windows中的共享文件夹,挂载到linux系统的共享文件夹目录的时候,显示错误信息/sbin/mount.vboxsf:mounting failed with the error:No such device。麻烦问一下,应该怎么解决,谢谢啦!

文章 R安装报错:configure: error: --with-readline=yes (default) and headers/libs are not available

这个错误表示在编译某个软件时,没有找到 readline 库。Readline 库提供了命令行交互式输入的功能,很多软件都依赖它。要解决这个问题,您可以按照以下步骤进行操作: 检查 readline 库是否已经安装。可以使用以下命令来检查...

文章 IF=5.7 | 转录组数据揭示类风湿关节炎的临床诊断模型

...题为Integrated analysis of single-cell RNA-seq, bulk RNA-seq, Mendelian randomization, and eQTL reveals T cell-related nomogram model and subtype classification in rheumatoid arthritis 的转录组分析文章 ” 文章借助单细胞转录组数据、芯片转录组数据以及eQTL遗传变异...

问题 使用SummarizedExperiment包的assay提取miRNA数据的表达矩阵时报错是什么原因?

...ata.category = "Transcriptome Profiling",                   data.type = "miRNA Expression Quantification",                    workflow.type = "BCGSC miRNA Profiling" barcode = TNBC_barcode) GDCdownload(query,method='api',files.per.chunk = 50) BRC_DATA1 <- GDCprepare(query)...

文章 采用traceback 进行R语言报错信息的调试

...gdcCEAnalysis 这个函数时,报错“names' attribute [11055] must be the same length as the vector [2777]” ,你根本不知道是什么原因导致这个错误。采用traceback函数之后,就会显示函数运行时具体到哪一步存在问题。 > ceOutput <- gdcCEAnalysis(l...

问题 泛基因家族分析数据准备里面,运行命令保留最长转录本结果都会报错,说是找不到文件,但文件存在在data目录下, ./.gff3.gz does not exist,Please verify the input file name/path

用的是泛基因组分析2.0,泛基因家族分析数据准备里面,运行命令保留最长转录本结果都会报错,说是找不到文件,但文件存在在data目录下 前面的建立批量链接也没有报错 影响到后面的命令都是报错找不到fa.gz或者gff3.gz

问题 老师,请问做Conet 构建的时候只有两个样本,但是有多个环境因子能做图吗?我导入数据报错了“After filtering, less than 3 columns remain in the input matrix!”请问该如何解决呢?

...g.IllegalArgumentException: After filtering, less than 3 columns remain in the input matrix! at be.ac.vub.bsb.cooccurrence.conversion.MatrixFilterer.filter(MatrixFilterer.java:376) at be.ac.vub.bsb.cooccurrence.conversion.Preprocessor.processMatrix(Preprocessor.java:211 at be.ac.vub.bsb.cooccur...

问题 我买了转录组分析的课程,在运行fpkm_and_plot.R脚本时提示Error in library("getopt") : there is no package called ‘getopt’ Execution halted, 我打开R语言安装getopt后仍然显示报错,请教各位大神和组学讲堂的老师

问题 单细胞测序使用subset脚本提出子集,再进行拟时分析报错plot_genes_by_group

Error in plot genes by group(cds, top specific marker ids, group cells by = "partition", Only one type in group_cells by. To use plot genes by group, please specify a group with more than one type

问题 进行16S分析时,对样品按照分组进行分类汇总出现问题。

...samples.py,对样本进行组间差异比较,具体的组别为group和type,现在出现的问题是代码无法读取我的 metadata的head line,试过很多方法无法解决。###代码如下: mkdir taxa_summary_group for i in  type group;do   #这里的type group  来自metadat...