Day1—Irene

作者: Artin2001 | 来源:发表于2020-08-10 21:08 被阅读0次

    入门引言

    • 以转录组学为例,上游分析基于linux,包括质控、过滤、比对、定量,下游分析基于R语言,包括差异分析、富集分析以及可视化。
    • 不管需要学什么组学数据的处理,都需要学好linux和R语言才能够驾驭。
    • 关于测序,即数据来源,简单理解测序原理有助于理解后续分析。

    搜索技能

    1.- 谷歌,
    p.s. 推荐chrome 浏览器,比如可添加的插件”沙拉查词”,可以即时翻译,
    2.- 必应,
    3.- 一个大神级的搜索引擎:虫部落快搜。
    4.- 搜狗微信、搜狗知乎、简书、github。

    markdown语法

    • 级别标题—— # 多个代表层级递增
    • 文本/列表—— - ,1.-
    • 加粗——**
    • 斜体——*
    • 插入链接——简书-markdown编辑器
    • 插入图片——

      (其实这个可以直接左上角上传,不用手打)

    • 文本引用——>

    生信星球

    • 单行代码引用——`
    • hello world
    • 多行代码引用——```
    hello world 
    hello Irene 
    
    • 表格相关代码——
    | Tables        | Are           | Cool  |
    | ------------- |:-------------:| -----:|
    | col 3 is      | right-aligned | $1600 |
    | col 2 is      | centered      |   $12 |
    | zebra stripes | are neat      |    $1 |
    
    Tables Are Cool
    col 3 is right-aligned $1600
    col 2 is centered $12
    zebra stripes are neat $1
    • 显示链接中带括号的图片
    ![][1]
    [1]: http://latex.codecogs.com/gif.latex?\prod%20\(n_{i}\)+1
    

    ![][1]
    [1]: http://latex.codecogs.com/gif.latex?\prod%20(n_{i})+1

    下载 R studio

    相关内容

    相关文章

      网友评论

        本文标题:Day1—Irene

        本文链接:https://www.haomeiwen.com/subject/srojdktx.html