Skip to content

Commit

Permalink
version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sutirtha Chakraborty authored and gaborcsardi committed Jun 25, 2013
1 parent f7562af commit 3d6ec69
Show file tree
Hide file tree
Showing 12 changed files with 367 additions and 313 deletions.
14 changes: 7 additions & 7 deletions DESCRIPTION 100755 → 100644
Expand Up @@ -2,18 +2,18 @@ Package: svapls
Type: Package
Title: Surrogate variable analysis using partial least squares in a
gene expression study.
Version: 1.1
Date: 2013-03-12
Version: 1.2
Date: 2013-06-25
Author: Sutirtha Chakraborty, Somnath Datta and Susmita Datta
Maintainer: Sutirtha Chakraborty <statistuta@gmail.com>
Depends: R (>= 2.0), class, stats, pls
Description: Accurate identification of genes that are truly
differentially expressed between two varieties of samples,
after adjusting for the hidden subject-specific effects of
residual heterogeneity.
differentially expressed over two sample varieties, after
adjusting for hidden subject-specific effects of residual
heterogeneity.
License: GPL-3
Collate: fitModel.R svpls.R hfp.R
Packaged: 2013-03-13 02:53:31 UTC; SUTIRTHA
Packaged: 2013-06-25 18:29:06 UTC; SUTIRTHA
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2013-03-13 17:41:21
Date/Publication: 2013-06-26 07:54:25
22 changes: 11 additions & 11 deletions MD5
@@ -1,11 +1,11 @@
1e48e886f01b56784ac0cba7dfb64519 *DESCRIPTION
acbef90a3eebe2f8baf23da7175ce99a *NAMESPACE
6239c02ae48508b1eec0f0576d136017 *R/fitModel.R
6eca99de58e84deffcfc480a535a6efa *R/hfp.R
c91129a96eeb7c1d353389d01915ebd2 *R/svpls.R
3175666e8f260fa1044d2cce65af83d1 *data/hidden_fac.dat.rda
3f4818485f3f0081d7384c056ca789e0 *man/fitModel.Rd
4fd4079856d3e29d62847159d5ab416f *man/hfp.Rd
10e23268e511aba52e7436aeaa27de04 *man/hidden_fac.dat.Rd
2fbbc2ae2f861571df414ab5282740f0 *man/svapls-package.Rd
ccc334e123a778cff516d50f2148d039 *man/svpls.Rd
af4501b322526c26ab8c460832ae7b92 *DESCRIPTION
1de541119cea68684413aa36e54d8267 *NAMESPACE
a04528b17b34c9fa8b89cda28141e8c7 *R/fitModel.R
9964b4c540c9b3aaa33ed0f1d898dee9 *R/hfp.R
9c30e7ec0b5cfe6994eabd8a579cb486 *R/svpls.R
60243725aa3b40ac9e7cc0cf66e70851 *data/hidden_fac.dat.rda
400d4cd40b2e6f103ac2e8a8423dd6b6 *man/fitModel.Rd
5dd76a9f28d469af18c318bb6f04ade0 *man/hfp.Rd
47bb4986eddbe18fcfa340ca11be3af6 *man/hidden_fac.dat.Rd
8492ffee933bccdd94e0f22beddda808 *man/svapls-package.Rd
ab71376bdb16527857cde06c8178c8c4 *man/svpls.Rd
3 changes: 1 addition & 2 deletions NAMESPACE 100755 → 100644
Expand Up @@ -2,5 +2,4 @@ importFrom(stats, heatmap)
import(pls)
exportClasses(fitModel, svpls)
exportMethods(print, summary)
export(fitModel, svpls, hfp)

export(fitModel, svpls, hfp)

0 comments on commit 3d6ec69

Please sign in to comment.