rnachipintegrator
RnaChipIntegrator is a utility that performs integrated analyses of 'gene' data (a set of genes or other genomic features) with 'peak' data (a set of regions, for example ChIP peaks) to identify the genes nearest to each peak, and vice versa
https://github.com/fls-bioinformatics-core/rnachipintegrator
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
-
✓Committers with academic emails
2 of 2 committers (100.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.5%) to scientific vocabulary
Repository
RnaChipIntegrator is a utility that performs integrated analyses of 'gene' data (a set of genes or other genomic features) with 'peak' data (a set of regions, for example ChIP peaks) to identify the genes nearest to each peak, and vice versa
Basic Info
- Host: GitHub
- Owner: fls-bioinformatics-core
- License: artistic-2.0
- Language: Python
- Default Branch: devel
- Homepage: http://fls-bioinformatics-core.github.com/RnaChipIntegrator/
- Size: 5.46 MB
Statistics
- Stars: 5
- Watchers: 8
- Forks: 1
- Open Issues: 4
- Releases: 18
Metadata Files
README.rst
RnaChipIntegrator: analysis of genes with peak data
===================================================
.. image:: https://readthedocs.org/projects/rnachipintegrator/badge/?version=latest
:target: https://rnachipintegrator.readthedocs.io
.. image:: https://badge.fury.io/py/RnaChipIntegrator.svg
:target: https://pypi.python.org/pypi/rnachipintegrator/
.. image:: https://github.com/fls-bioinformatics-core/RnaChipIntegrator/workflows/Python%20CI/badge.svg
:target: https://github.com/fls-bioinformatics-core/RnaChipIntegrator/actions?query=workflow%3A%22Python+CI%22
``RnaChipIntegrator`` is a utility that performs integrated analyses
of 'gene' data (a set of genes or other genomic features) with 'peak'
data (a set of regions, for example ChIP peaks) to identify the genes
nearest to each peak, and vice versa.
The program was originally written specifically for ChIP-Seq and RNA-Seq
data but works equally well for ChIP-chip and microarray expression data,
and can also be used to integrate any set of genomic features (e.g.
canonical genes, CpG islands) with peak data.
Quick Start
***********
Install the latest version of the program from the Python Package Index
(PyPI)::
pip install RnaChipIntegrator
The simplest use of the program is::
RnaChipIntegrator GENES PEAKS
where ``GENES`` and ``PEAKS`` are tab-delimited files containing the
'gene' and 'peak' data respectively.
This will output two files with the nearest genes for each peak
("peak-centric" analysis), and the nearest peaks for each gene
("gene-centric" analysis).
Full documentation can be found at:
* http://rnachipintegrator.readthedocs.io/en/latest/
Licensing
*********
This software is licensed under the Artistic License 2.0.
Owner
- Name: Bioinformatics Core Facility in the Faculty of Biology Medicine and Health at the University of Manchester
- Login: fls-bioinformatics-core
- Kind: organization
- Location: Manchester, UK
- Repositories: 17
- Profile: https://github.com/fls-bioinformatics-core
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: RnaChipIntegrator
version: 3.0.0
type: software
message: >-
If you use this software, please cite it using the
metadata from this file.
authors:
- given-names: Peter
family-names: Briggs
email: peter.briggs@manchester.ac.uk
affiliation: University of Manchester
- given-names: Ian
family-names: Donaldson
affiliation: University of Manchester
email: ian.donaldson@manchester.ac.uk
- given-names: Leo
family-names: Zeef
email: leo.zeef@manchester.ac.uk
affiliation: University of Manchester
identifiers:
- description: "Archived snapshots of all versions of RnaChipIntegrator"
type: doi
value: 10.5281/zenodo.592255
- description: "Archived snapshot of version 3.0.0 of RnaChipIntegrator"
type: doi
value: 10.5281/zenodo.10623997
- description: "Archived snapshot of version 1.0.2 of RnaChipIntegrator"
type: doi
value: 10.5281/zenodo.60362
repository-code: >-
https://github.com/fls-bioinformatics-core/RnaChipIntegrator
url: >-
https://rnachipintegrator.readthedocs.io/en/latest/index.html
abstract: >-
RnaChipIntegrator is a software utility that performs
integrated analyses of 'gene' data (a set of genes or
other genomic features) with 'peak' data (a set of
regions, for example ChIP peaks) to identify the genes
nearest to each peak, and vice versa.
GitHub Events
Total
Last Year
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Peter Briggs | p****s@m****k | 369 |
| Casey Bergman | c****n@m****k | 11 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 47
- Total pull requests: 40
- Average time to close issues: 9 months
- Average time to close pull requests: 16 days
- Total issue authors: 1
- Total pull request authors: 2
- Average comments per issue: 1.11
- Average comments per pull request: 0.13
- Merged pull requests: 39
- Bot issues: 0
- Bot pull requests: 1
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: about 22 hours
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 1
Top Authors
Issue Authors
- pjbriggs (47)
Pull Request Authors
- pjbriggs (48)
- dependabot[bot] (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- xlsxwriter *
- actions/checkout v4 composite
- actions/download-artifact v3 composite
- actions/setup-python v4 composite
- actions/upload-artifact v3 composite
- pypa/gh-action-pypi-publish release/v1 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- readthedocs-sphinx-search ==0.3.2
- sphinx ==7.1.2
- sphinx_rtd_theme ==2.0.0
- xlsxwriter >=0.8.4