Skip to content

stephenslab/EbayesThresh

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

EbayesThresh: Empirical Bayes thresholding in R

CRAN status badge Travis CI Build Status Appveyor Build status

The EbayesThresh package provides a simple interface for Empirical Bayes thresholding using the methods developed by I. M. Johnstone and B. W. Silverman.

License

The EbayesThresh source code repository is free software: you can redistribute it under the terms of the GNU General Public License. All the files in this project are part of EbayesThresh. This project is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See file LICENSE for the full text of the license.

Quick Start

Install the latest release of the EbayesThresh package using devtools:

library(devtools)
install_github("stephenslab/EbayesThresh@v1.4-12")

Load EbayesThresh into your R environment, and get an overview of the package:

library(EbayesThresh)
help(package = EbayesThresh)

Explore the EbayesThresh vignette, either on the Web, or in R:

vignette("ebayesthresh")

What's included

This is the current structure of the R package:

├── DESCRIPTION
├── LICENSE
├── NAMESPACE
├── R
├── README.md
├── inst
│   └── kan-xu-thesis.pdf
├── man
├── tests
│   ├── testthat
│   └── testthat.R
└── vignettes
    └── ebayesthresh.Rmd

Credits

The EbayesThresh software package was originally developed by Bernard W. Silverman and Ludger Evers, with extensions introduced by Kan Xu, Peter Carbonetto and Matthew Stephens in the Department of Statistics at the University of Chicago.

About

R package for Empirical Bayes thresholding and related methods.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages