Learn R Programming

groupwalk

The groupwalk package contains the group-walk algorithm. Group-walk is a procedure that uses a target-decoy competition framework for rejecting multiple hypotheses when there is a presence of group structure. Group-walk controls the false discovery rate (FDR) at a user-specified threshold. Details regarding group-walk and its applications can be found here: https://www.biorxiv.org/content/10.1101/2022.01.30.478144v1

Installation

You can install the development version of groupwalk from GitHub with:

# install.packages("devtools")
devtools::install_github("freejstone/groupwalk")

Copy Link

Version

Install

install.packages('groupwalk')

Monthly Downloads

204

Version

0.1.2

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Jack Freestone

Last Published

June 18th, 2022

Functions in groupwalk (0.1.2)

group_walk

Implements group-walk algorithm