The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
A set of miscellaneous functions that I have used in various projects and in other R packages. Some of the most important are:
powerset_icounts()
: find common (patient) ids in
incomplete multi-omic datasetsget_roc_stats()
: the ROC statistics the way you want
it!pr.test()
: compare two PR curves (AUCs) and get a
p-value!pr.boot()
: bootstrap CIs for PR curvepartial_permut()
: get a partially-scrambled vector (you
choose how much!)normalize_to_range()
: normalize a vector to a specified
rangedec_to_bin()
: convert a decimal (base-10) number to its
binary representationget_percentage_of_matches()
: find the percentage of
common elements between two vectorsoutersect()
: find the non-common elements between two
vectors (outer-section!)colors.100
: a vector of 100 as much as possible
distinct colorsCRAN version:
install.packages("usefun")
Development version:
devtools::install_github("bblodfon/usefun")
See examples in the functions documentation and in the respective tests. For a full biomarker analysis that uses various functions from this package, see this report.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.