2019-04-19

2019-04-19  本文已影响0人  laughing_4963

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

上一篇下一篇

猜你喜欢

热点阅读