gaawr2

Genetic Association Analysis with R (II)

https://github.com/jinghuazhao/gaawr2

Science Score: 26.0%

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

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.0%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Genetic Association Analysis with R (II)

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed 11 months ago
Metadata Files
Readme Changelog License

README.Rmd

---
output: github_document
---

```{r readme, echo = FALSE, include=FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/"
)
```

gaawr2 website

```{r, echo = FALSE, message=FALSE, warning=FALSE}
desc <- read.dcf("DESCRIPTION")
title <- desc[, "Title"]
knitr::asis_output(paste0("##"," ", title,"\n\n"))
```


[![pages-build-deployment](https://github.com/jinghuazhao/gaawr2/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/jinghuazhao/gaawr2/actions/workflows/pages/pages-build-deployment)
[![R-CMD-check](https://github.com/jinghuazhao/gaawr2/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jinghuazhao/gaawr2/actions/workflows/R-CMD-check.yaml)



```{r, echo = FALSE, message=FALSE, warning=FALSE}
description <- desc[, "Description"]
lines <- unlist(lapply(strsplit(description, "\n"),paste,""))
lines[[length(lines)]] <- gsub(" $","",lines[[length(lines)]])
knitr::asis_output(lines)
```

## Installation

The latest version of **gaawr2** can be installed as usual:

### 1. Install from R

```r
# CRAN
install.packages("gaawr2")

# GitHub
if (!requireNamespace("remotes", quietly = TRUE)) install.packages("remotes")
remotes::install_github("jinghuazhao/gaawr2")
```

### 2. Install from GitHub repository

```bash
git clone https://github.com/jinghuazhao/gaawr2
R CMD INSTALL gaawr2
```

Dependencies are detailed in the DECRIPTION file of the package at GitHub.

## A summary of functions

This can be seen from R with

```r
library(help=gaawr2)
```

or

```r
library(gaawr2)
?gaawr2
```

Owner

  • Name: Jing Hua Zhao
  • Login: jinghuazhao
  • Kind: user
  • Location: United Kingdom
  • Company: University of Cambridge

Statistics & Computing,in genetics, epidemiology & public health

GitHub Events

Total
  • Push event: 401
  • Create event: 3
Last Year
  • Push event: 401
  • Create event: 3

Packages

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

Genetic Association Analysis

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 78 Last month
Rankings
Dependent packages count: 27.2%
Dependent repos count: 33.4%
Average: 49.2%
Downloads: 87.0%
Maintainers (1)
Last synced: 10 months ago

Dependencies

.github/workflows/R-CMD-check.yaml actions
  • JamesIves/github-pages-deploy-action v4.5.0 composite
  • actions/checkout v4 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION cran
  • Rdpack * imports
  • dplyr * imports
  • gap * imports
  • ggplot2 * imports
  • BGLR * suggests
  • BLR * suggests
  • GMMAT * suggests
  • HardyWeinberg * suggests
  • MCMCglmm * suggests
  • SNPassoc * suggests
  • haplo.stats * suggests
  • locuszoomr * suggests
  • pedigreemm * suggests
  • powerEQTL * suggests