Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ ggmugs Public

❗ This is a read-only mirror of the CRAN R package repository. ggmugs — Visualization of Multiple Genome-Wide Association Study Summary Statistics

License

Notifications You must be signed in to change notification settings

cran/ggmugs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ggmugs

R-CMD-check

The goal of ggmugs is to visualize multiple Genome-wide Association Study (GWAS) summary statistics

Installation

To install the ggmugs package, run:

if(!require("devtools")){
  install.packages("devtools")
  library("devtools")
}

devtools::install_github("Broccolito/ggmugs")

Example

This is a basic example which shows you how to solve a common problem:

library(ggmugs)

plt = ggmugs(
  study_name = c("sumstat1", "sumstat2", "sumstat3", "sumstat4", "sumstat5"),
  summary_stat = c("https://raw.githubusercontent.com/Broccolito/ggmugs_data/main/sumstat1.txt",
                   "https://raw.githubusercontent.com/Broccolito/ggmugs_data/main/sumstat2.txt",
                   "https://raw.githubusercontent.com/Broccolito/ggmugs_data/main/sumstat3.txt",
                   "https://raw.githubusercontent.com/Broccolito/ggmugs_data/main/sumstat4.txt",
                   "https://raw.githubusercontent.com/Broccolito/ggmugs_data/main/sumstat5.txt"),
  p1 = 1e-4,
  p2 = 1e-6,
  p3 = 1e-8,
  color1 = "#FFFFE0",
  color2 = "#FFC300",
  color3 = "#FF5733"
)

Here is an example output from the function:

Example Output

About

❗ This is a read-only mirror of the CRAN R package repository. ggmugs — Visualization of Multiple Genome-Wide Association Study Summary Statistics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages