240 发简信
IP属地:湖北
  • Resize,w 360,h 240
    高通量测序之Adapor设计

    首先我们要知道自己设计Adaptor的意义,为了将试剂盒中的Adaptor添加到我们的DNA序列上 自己设计的Adaptor可以在酶切的时候加上...

  • Resize,w 360,h 240
    得到featurecounts文件以后的分析

    本次采用的是GSE66507的数据文件 前期使用trim进行数据清洗,STAR进行比对,featurecounts进行计数分析 Length 该...

  • 传统DNA建库

    (1)将待测序的DNA分子用超声波打碎成200-500bp长的序列片段 (2)将打碎后的基因组进行末端补平 (3)在补平后的片段3’端加A和5’...

  • 基因ID转换

    #BiocManager::install("clusterProfiler") #BiocManager::install("org.Hs.e...

  • Strand-specific single-cell methylomics reveals distinct modes of DNA demethylation dynamics duri...

    题目Strand-specific single-cell methylomics reveals distinct modes of DNA...

  • Resize,w 360,h 240
    Bilineage embryo-like structure from EPS cells can produce live mice with tetraploid trophectoderm

    题目Bilineage embryo-like structure from EPS cells can produce live mice ...

  • Single-Cell RNA-Seq Reveals Lineage and X Chromosome Dynamics in Human Preimplantation Embryos

    题目: Single-Cell RNA-Seq Reveals Lineage and X Chromosome Dynamics in Hu...

  • 生信Linux常用命令(更新中)

    一、压缩和解压缩 1.“.tar.gz”结尾的文件: tar tar -cf newfile.tar file1 file2#将file1,fi...

    6.4 1557 2 25
  • Resize,w 360,h 240
    linux正则表达式学习

    1.通配符也叫文件名替换,它主要是作用于匹配文件名,常用命令是ls、find、cp、mv; 2.正则表达式主要是作用于匹配文件中的字符串,常用命...