Showing 5 of total 5 results (show query)
r-lib
testthat:Unit Testing for R
Software testing is important, but, in part because it is frustrating and boring, many of us avoid it. 'testthat' is a testing framework for R that is easy to learn and use, and integrates with your existing 'workflow'.
Maintained by Hadley Wickham. Last updated 28 days ago.
900 stars 20.97 score 74k scripts 465 dependentsdynverse
dynutils:Common Functionality for the 'dynverse' Packages
Provides common functionality for the 'dynverse' packages. 'dynverse' is created to support the development, execution, and benchmarking of trajectory inference methods. For more information, check out <https://dynverse.org>.
Maintained by Robrecht Cannoodt. Last updated 2 years ago.
3 stars 6.89 score 109 scripts 8 dependentsfbertran
tester:Tests and Checks Characteristics of R Objects
Allows users to test characteristics of common R objects.
Maintained by Frederic Bertrand. Last updated 12 months ago.
6.45 score 83 scripts 4 dependentsbioc
mosbi:Molecular Signature identification using Biclustering
This package is a implementation of biclustering ensemble method MoSBi (Molecular signature Identification from Biclustering). MoSBi provides standardized interfaces for biclustering results and can combine their results with a multi-algorithm ensemble approach to compute robust ensemble biclusters on molecular omics data. This is done by computing similarity networks of biclusters and filtering for overlaps using a custom error model. After that, the louvain modularity it used to extract bicluster communities from the similarity network, which can then be converted to ensemble biclusters. Additionally, MoSBi includes several network visualization methods to give an intuitive and scalable overview of the results. MoSBi comes with several biclustering algorithms, but can be easily extended to new biclustering algorithms.
Maintained by Tim Daniel Rose. Last updated 5 months ago.
softwarestatisticalmethodclusteringnetworkcpp
4.30 score 8 scriptschadgoymer
msgr:Extends Messages, Warnings and Errors by Adding Levels and Log Files
Provides new functions info(), warn() and error(), similar to message(), warning() and stop() respectively. However, the new functions can have a 'level' associated with them, so that when executed the global level option determines whether they are shown or not. This allows debug modes, outputting more information. The can also output all messages to a log file.
Maintained by Chad Goymer. Last updated 5 years ago.
1.70 score 1 scripts