Skip to content

Commit

Permalink
version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tkhamiak authored and cran-robot committed May 28, 2021
1 parent 9d64f8d commit f0aceb7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
12 changes: 6 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ Package: superbiclust
Type: Package
Title: Generating Robust Biclusters from a Bicluster Set (Ensemble
Biclustering)
Version: 1.1
Date: 2012-08-23
Version: 1.2
Date: 2021-05-26
Author: Tatsiana Khamiakova
Maintainer: Tatsiana Khamiakova <tatsiana.khamiakova@uhasselt.be>
Maintainer: Tatsiana Khamiakova <t.tavita@gmail.com>
Depends: biclust, fabia
Imports: methods, Matrix
Imports: methods, Matrix, graphics, stats
Description: Biclusters are submatrices in the data matrix which
satisfy certain conditions of homogeneity. Package contains
functions for generating robust biclusters with respect to the
Expand All @@ -21,10 +21,10 @@ Description: Biclusters are submatrices in the data matrix which
none or low overlap.
License: GPL (>= 2)
LazyLoad: yes
Packaged: 2014-11-27 15:45:10 UTC; rforge
Packaged: 2021-05-27 07:22:06 UTC; tkhamiak
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-11-27 23:20:02
Date/Publication: 2021-05-28 06:00:02 UTC
Repository/R-Forge/Project: superbiclust
Repository/R-Forge/Revision: 14
Repository/R-Forge/DateTimeStamp: 2014-11-27 15:39:29
6 changes: 3 additions & 3 deletions MD5
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
e4792aa9870061660ebfe53736e6eb24 *DESCRIPTION
fb493251655a7b5c4854901e76d70f78 *NAMESPACE
da3bff1af4bdc6e17a2d36da673e01b7 *DESCRIPTION
259677fa5263f0d5d899d085aaaac851 *NAMESPACE
ed0fa9e452b78d6d361cd47427d7e253 *R/HCLtree.R
4421a8389baf0b154870a94866f3eb05 *R/biclustData-class.R
d46316b4e124384427e75c4911b2d900 *R/getStats.R
Expand All @@ -8,7 +8,7 @@ c3119638c8e4142426ef0060519e26c7 *R/similarity.R
4e9a7dd3b9b42e8ab04331459008dd6e *man/BiclustSet-class.Rd
2107104b6b7d29f02c5df619bac615c0 *man/BiclustSet-methods.Rd
66d89c340c70332347afc9eade63980b *man/HCLtree.Rd
346c5a1b8feaced0076dbaa2457c97af *man/biclustSim-package.Rd
5345a28af2e3ca9b658bf4446259c129 *man/biclustSim-package.Rd
0b2d514e44353f259cf8074a18144471 *man/combine.Rd
5deb0112bb87aa7335253401e7f22d09 *man/getStats.Rd
76b77e936de909f90a61c277dcf053c7 *man/jaccardMat.Rd
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import(methods, Matrix)
import(biclust,fabia)
importFrom("graphics", "axis", "box", "legend", "matlines", "matplot","par", "title")
importFrom("stats", "as.dist", "hclust")

export(similarity)
exportClasses(BiclustSet)
Expand Down
3 changes: 2 additions & 1 deletion man/biclustSim-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ Tatsiana Khamiakova <tatsiana.khamiakova@uhasselt.be>
Madeira and Oliveira (2004) Biclustering algorithms for biological data analysis: a survey. IEEE/ACM Trans Comput Biol Bioinform. 2004 Jan-Mar;1(1):24-45.
Shi et al. (2010) A bi-ordering approach to linking gene expression with clinical annotations in gastric cancer. BMC Bioinformatics. 11. pages 477.
}
\keyword{biclustering, similarity}
\concept{biclustering}
\concept{similarity}

0 comments on commit f0aceb7

Please sign in to comment.