240 发简信
IP属地:江苏
  • 120
    关于heatmap

    一、热图的介绍 (1)什么是热图 热图是heatmap的直译,用暖色表示数值大,冷色表示数值小。行为基因,列为样本。 (2)热图的作用 数据质量控制:通过热图,我们能很直观的...

  • 读研那会总是抱怨路灯太暗,毕业后也没得欣赏了

    还记得大学深夜回去路上的那盏灯么

  • 文章写得不错,但是有个问题

    res = results(dds2, contrast=c("condition", "control", "treat")) 这个地方应该是存在问题的

    下面是help文件中result中contrast参数的描述

    this argument specifies what comparison to extract from the object to build a results table. one of either:

    a character vector with exactly three elements: the name of a factor in the design formula, the name of the numerator level for the fold change, and the name of the denominator level for the fold change (simplest case)

    a list of 2 character vectors: the names of the fold changes for the numerator, and the names of the fold changes for the denominator. these names should be elements of resultsNames(object). if the list is length 1, a second element is added which is the empty character vector, character(). (more general case, can be to combine interaction terms and main effects)

    a numeric contrast vector with one element for each element in resultsNames(object) (most general case)

    If specified, the name argument is ignored.

    可见,当contrast参数有三个元素时依次代表 数据中作为treat/control标签的列的名称, fold change的分子, 以及fold change的分母。
    fold change 一般算的时treat/control,作者也在他的描述中说他算的是treat versus control,所以这里正常应该是
    res = results(dds, contrast=c("condition", "treat", "control"))
    在作者后面分析部分
    > diff_gene_deseq2 <-subset(res, padj < 0.05 & abs(log2FoldChange) > 1)
    > head(diff_gene_deseq2)
    log2 fold change (MLE): condition control vs treat
    也展示了他这里算的log2 fold change是control vs treat

  • "#"后面就是楼主的注释

    RNAseq分析(5):差异分析工具 GDCRNATools 安装及测试

    前言 GDCRNATools 是一个用于下载、整理和综合分析GDC中IncRNA、mRNA和miRNA数据的R/Bioconductor包。主要功能包括:差异基因分析、生存分...

  • 120
    《教父》全剧情解析

    《教父》电影的婚礼开场,让许多人感到烦闷,看完之后,却回过头来回看一遍,这婚礼既是开端,又是电影与小说的完美结合。 这婚礼,主要讲述了几点内容: 一、唐·维托·科里昂的身份。...