Skip to content

Commit

Permalink
version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zzheng68 authored and cran-robot committed Mar 2, 2022
1 parent ed16bc4 commit f31a299
Show file tree
Hide file tree
Showing 11 changed files with 286 additions and 346 deletions.
14 changes: 7 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Package: MixTwice
Type: Package
Title: MixTwice--a Package for Large-Scale Hypothesis Testing
Version: 1.1
Imports: alabama, ashr, fdrtool
Date: 2021-01-14
Title: Large-Scale Hypothesis Testing by Variance Mixing
Version: 2.0
Imports: alabama, ashr, fdrtool, Iso, stats
Date: 2022-02-28
Author: Zihao Zheng and Michael A.Newton
Maintainer: Zihao Zheng <zihao.zheng@wisc.edu>
Description: Implements large-scale hypothesis testing by variance mixing. It takes two statistics per testing unit -- an estimated effect and its associated squared standard error -- and fits a nonparametric, shape-constrained mixture separately on two latent parameters. It reports local false discovery rates (lfdr) and local false sign rates (lfsr). Manuscript describing algorithm of MixTwice: Zheng et al(2020) <arXiv:2011.07420>.
Description: Implements large-scale hypothesis testing by variance mixing. It takes two statistics per testing unit -- an estimated effect and its associated squared standard error -- and fits a nonparametric, shape-constrained mixture separately on two latent parameters. It reports local false discovery rates (lfdr) and local false sign rates (lfsr). Manuscript describing algorithm of MixTwice: Zheng et al(2021) <doi: 10.1093/bioinformatics/btab162>.
License: GPL-2
NeedsCompilation: no
Packaged: 2021-01-20 15:34:05 UTC; appli
Packaged: 2022-03-02 16:05:34 UTC; appli
Depends: R (>= 3.5.0)
Repository: CRAN
Date/Publication: 2021-01-22 09:40:05 UTC
Date/Publication: 2022-03-02 16:50:02 UTC
18 changes: 8 additions & 10 deletions MD5
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
ded329abbf4927a1dd8ed24b77ca5a85 *DESCRIPTION
df390c53434517b304ac5db487184641 *NAMESPACE
6c1991ca7c5e8db80a1f32193e25fdd2 *R/mixtwice.R
04d9c3ed0c401282cfc1750ddae0a0bf *build/partial.rdb
022098afd8e5ad5164aade921a6dcf04 *DESCRIPTION
a5ee16b6e1d405d44310eb10a9090b5f *NAMESPACE
b73d335d5ee81a9461c6df3092f10df7 *R/mixtwice.R
a3a603f13500d436f0294abf93fd89e2 *build/partial.rdb
280c0e0a0e807e1d7ad3f2dfe658a1cd *data/datalist
43e03f6ebdf3dadc1654b49293858e3c *data/peptide_data.rda
f49aede336b97e527ca36f5b4a005e1d *demo/00Index
607a89a57e89c8f7e5d3f44cb7528eef *demo/peptide_data.R
7a32af6089a91a58fa49f741656c9b6b *man/MixTwice-package.Rd
cf34f4c0ed3ce235fad5195fbe42a57b *man/mixtwice.Rd
49d49c8e961077368f74517f09a0cd22 *man/peptide_data.Rd
4199e2bf89bc7e98afcacc00ce7d9caf *data/peptide_data.rda
8ddd5a3ab1e2b84542dbca559047e0e1 *man/MixTwice-package.Rd
e4f6713f7190ae451fc7e13b4eeb447b *man/mixtwice.Rd
dde7ac69b8eae236112d3628ef532c00 *man/peptide_data.Rd
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
exportPattern("^[[:alpha:]]+")
exportPattern("^[[:alpha:]]+")

0 comments on commit f31a299

Please sign in to comment.