Rmanhattanplot:提供在R中绘制曼哈顿图的功能

时间:2021-05-02 23:45:29
【文件属性】:
文件名称:Rmanhattanplot:提供在R中绘制曼哈顿图的功能
文件大小:19KB
文件格式:ZIP
更新时间:2021-05-02 23:45:29
R Rmanhattanplot 本代码用于做曼哈顿图。曼哈顿图一般用于在GWAS中集中展示全基因组p值。 We provide codes to plot manhattan plot which is commonly used to display p values from GWAS. 安装 / Installation install.packages("devtools") devtools::install_github("KehaoWu/Rmanhattanplot") 使用 / Usage 应提供全基因组数据:p值、染色体物理位置和染色体编号 如: # 以下代码仅提供示例数据,不要在真实的环境中运行 > pvalue = runif(100) > bp = sample(10000:20000,100) > chr = sample(1:22,100,replace=T) >
【文件预览】:
Rmanhattanplot-master
----Demo()
--------manhattanplot.png(22KB)
----NAMESPACE(39B)
----DESCRIPTION(593B)
----R()
--------manhattan.R(1KB)
----LICENSE(1KB)
----README.md(1KB)
----.gitignore(203B)

网友评论