knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/"
)

pages-build-deployment R-CMD-check

A protein Quantitative Trait Locus toolkit

desc <- read.dcf("DESCRIPTION")
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 pQTLtools can be installed as usual:

1. Install from R

if (!requireNamespace("remotes", quietly = TRUE)) install.packages("remotes")
remotes::install_github("jinghuazhao/pQTLtools")

2. Install from GitHub repository

git clone https://github.com/jinghuazhao/pQTLtools
R CMD INSTALL pQTLtools

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

A summary of functions

This can be seen from R with

library(help=pQTLtools)

or

library(pQTLtools)
?pQTLtools


jinghuazhao/pQTLtools documentation built on Oct. 22, 2024, 12:56 a.m.