Science Score: 20.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: ncbi.nlm.nih.gov
  • Committers with academic emails
    2 of 3 committers (66.7%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.1%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Manhattan++

Basic Info
  • Host: GitHub
  • Owner: cgrace1978
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 33.5 MB
Statistics
  • Stars: 28
  • Watchers: 1
  • Forks: 5
  • Open Issues: 2
  • Releases: 0
Created over 7 years ago · Last pushed over 2 years ago
Metadata Files
Readme

README.md

MANHATTAN++

MANHATTAN++ is software to generate a transposed manhattan heatmap, implemented in R.

Getting Started

You need to install the latest version of R The R package can be run on Windows and Linux, you must specify paths to the filenames you are using as input and output.

To install the software from the GIT repository: ``` install.packages("devtools") library(devtools)

install_github("cgrace1978/manhplot", dependencies = T, force = T) ```

The following command will run the plot with default data in the package. The pdf (test.pdf) will be created in the current working directory in R (This can be viewed using the getwd() command): ``` library(manhplot)

infile<-system.file("extdata","cad.add.160614_manhformat.txt.gz",package = "manhplot") configfile<-system.file("extdata","config.txt", package = "manhplot") snpfile<-system.file("extdata","56cad.add.160614.variants.txt", package = "manhplot")

Run manhattan++ with the default paramaters and files included in the package

manhplusplot(infile = infile,outfile = "test", configfile = configfile, snpfile = snpfile) ``` For more information on using manhattan++ please visit the Manhattan++ wiki

Citation

To use Manhattan++ please cite the following paper:

Grace et al

Manhattan++: displaying genome-wide association summary statistics with multiple annotation layers

BMC Bioinformatics 2019; 20(1):610

PubMed: 31775616

Owner

  • Name: Chris Grace
  • Login: cgrace1978
  • Kind: user
  • Company: Oxford University

GitHub Events

Total
  • Watch event: 2
Last Year
  • Watch event: 2

Committers

Last synced: over 3 years ago

All Time
  • Total Commits: 123
  • Total Committers: 3
  • Avg Commits per committer: 41.0
  • Development Distribution Score (DDS): 0.455
Top Committers
Name Email Commits
Christopher Grace c****e@W****K 67
Chris Grace c****e@w****k 49
Anuj Goel 3****1@u****m 7
Committer Domains (Top 20 + Academic)

Packages

  • Total packages: 1
  • Total downloads:
    • cran 237 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
  • Total maintainers: 1
cran.r-project.org: manhplot

The Manhattan++ Plot

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 237 Last month
Rankings
Forks count: 12.8%
Stargazers count: 12.9%
Dependent packages count: 29.8%
Average: 34.2%
Dependent repos count: 35.5%
Downloads: 80.0%
Maintainers (1)
Last synced: 12 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.4.0 depends
  • ggplot2 * imports
  • ggrepel * imports
  • gridExtra * imports
  • reshape2 * imports
  • R.utils * suggests
  • testthat * suggests