https://github.com/barbarabodinier/rcosa

Clustering objects on subsets of attributes

https://github.com/barbarabodinier/rcosa

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: springer.com
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.6%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Clustering objects on subsets of attributes

Basic Info
  • Host: GitHub
  • Owner: barbarabodinier
  • Default Branch: master
  • Size: 6.38 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Fork of mkampert/rCOSA
Created over 3 years ago · Last pushed over 6 years ago

https://github.com/barbarabodinier/rCOSA/blob/master/

# rCOSA


[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)


rCOSA is an R package. The main output is a cluster happy dissimilarity matrix that can serve as input for proximity analysis methods.

## Installation

These are the commands to install and load `rCOSA`:

```r
install.packages('devtools');
devtools::install_github('mkampert/rCOSA')
```

## Example

A detailed overview on how to use the `rCOSA` package is given in the open-source article ["rCOSA: A Software Package for Clustering Objects on Subsets of Attributes"](https://link.springer.com/article/10.1007/s00357-017-9240-z) in the Journal of Classification (2017, Vol 34, issue 3, pp. 514 - 547).  

A quick basic example of code on how to use the `rCOSA` package is: 

```r
library(rCOSA)
data(ApoE3) # ?ApoE3
cosa_rslts <- cosa2(ApoE3)
hierclust(cosa_rslts$D) 
```

## Latest Developments

For the latest developments, check out ["Improved Strategies for Distance Based Clustering of Objects on Subsets of Attributes in High-Dimensional Data"](https://openaccess.leidenuniv.nl/handle/1887/74690)

Owner

  • Name: Barbara Bodinier
  • Login: barbarabodinier
  • Kind: user
  • Company: Imperial College London

Postdoctoral researcher in Biostatistics

GitHub Events

Total
Last Year