recorpy

A python's package for reordering/clustering correlation matrices

https://github.com/thebooort/recorpy

Science Score: 54.0%

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

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.1%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

A python's package for reordering/clustering correlation matrices

Basic Info
  • Host: GitHub
  • Owner: thebooort
  • License: gpl-3.0
  • Language: Python
  • Default Branch: main
  • Size: 85.9 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 3
Created almost 4 years ago · Last pushed over 3 years ago
Metadata Files
Readme Changelog License Citation

README.md

ReCorPy

A python's package for reordering/clustering correlation matrices

DOI Documentation Status PyPI Version Build Status Coverage Status Code style: black

recorpy reorder correlation matrixes to get better visual analysis. All it is made with the original dataframe. And the result is a new dataframe with columns reordered, to let you re-use it wherever you want.

Input parameters:

  • method -
  • model - , default:
  • cluster - , default:

Installation

sh pip install recorpy

Usage

python >>> df = pd.DataFrame(np.random.rand(3,3)) >>> ReorderCorr(df)

Development setup

sh $ python3 -m venv env $ . env/bin/activate $ make deps $ tox

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Make sure to add or update tests as appropriate.

Use Black for code formatting and Conventional Commits for commit messages.

Changelog

License

GPL

Owner

  • Name: Bartolomé Ortiz
  • Login: thebooort
  • Kind: user
  • Location: Granada
  • Company: Universidad de Granada

Applied mathematician (Universidad de Granada). PhD student in Artificial Intelligence

Citation (CITATION.cff)

cff-version: 1.2.0
title: >-
  ReCorPy: a tool for reordering correlation
  matrices.
message: If you use this package please cite it!
type: software
authors:
  - given-names: Bartolome Ortiz-Viso
    name-particle: Bart
    family-names: Ortiz-Viso
    name-suffix: .
    email: bortiz@ugr.es
    affiliation: University of Granada
    orcid: 'https://orcid.org/0000-0003-2181-0734'

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 54
  • Total Committers: 1
  • Avg Commits per committer: 54.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
thebooort 1****t 54

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels