美文网首页
2019-04-19

2019-04-19

作者: laughing_4963 | 来源:发表于2019-04-19 18:34 被阅读0次

    1. ggplot2

    2. 在R中函数是怎么使用的,如何发现新的函数

    3. stringsAsFactors=FALSE

    4. reshape2

    5.melt() turns wide data into long data

    cast() turns long data into wide data

    6. d[, "start", drop=FALSE]

    加上参数 drop = FALSE 可以获得data.frame

    7.> d$cent <- d$start >= 25800000 & d$end <= 29700000

    在data,fram中增加cent列

    8.统计的时候我们可以使用table()

    9 sebset()

    10.ggplot2 lattice

    Function reference • ggplot2

    11. c(3, 4, -1) %in% c(1, 3, 4, 8)

    12 match

    13GenomicRanges

    14R重要网站

    https://ropensci.org/

    rOpenSci | rOpenSci - open tools for open science

    相关文章

      网友评论

          本文标题:2019-04-19

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