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
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
2 of 3 committers (66.7%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.4%) to scientific vocabulary
Keywords
Repository
Bedfile perturbation tool
Basic Info
- Host: GitHub
- Owner: databio
- License: bsd-2-clause
- Language: Python
- Default Branch: master
- Homepage: http://bedshift.databio.org
- Size: 728 KB
Statistics
- Stars: 17
- Watchers: 15
- Forks: 3
- Open Issues: 4
- Releases: 2
Topics
Metadata Files
README.md
Bedshift
Docs: bedshift.databio.org
Install from PyPi: pip install bedshift
Install from local repository: pip install .
Command line
Run with:
bedshift -l tests/hg38.chrom.sizes -b tests/test.bed
See bedshift -h for parameters.
Python
```py import bedshift
bedshifter = bedshift.Bedshift('tests/test.bed', 'hg38.chrom.sizes') bedshifter.all_perturbations(addrate=0.3, addmean=320.0, addstdev=20.0, shiftrate=0.3, shiftmean=-10.0, shiftstdev=120.0, cutrate=0.1, mergerate=0.11, droprate=0.03)
can also run single operations: shift, add, cut, merge, drop
bedshifter.tobed('testoutput.bed') ```
Development
Run tests (from this directory):
python -m unittest
Double check the output files to see if the regions make sense.
build docs:
Owner
- Name: Databio
- Login: databio
- Kind: organization
- Location: University of Virginia
- Website: https://databio.org
- Repositories: 88
- Profile: https://github.com/databio
Solving problems in computational biology
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| aaron-gu | a****m@v****u | 79 |
| nsheff | n****f | 48 |
| Hyun Jae Cho | h****c@v****u | 19 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 39
- Total pull requests: 51
- Average time to close issues: about 1 month
- Average time to close pull requests: 14 days
- Total issue authors: 3
- Total pull request authors: 3
- Average comments per issue: 1.69
- Average comments per pull request: 0.88
- Merged pull requests: 40
- 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
- nsheff (11)
- aaron-gu (9)
- nleroy917 (2)
Pull Request Authors
- aaron-gu (13)
- berkuva (10)
- nsheff (5)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- logmuse *
- numpy *
- pandas *
- pyranges *
- sorted_nearest *
- actions/checkout v2 composite
- actions/setup-python v2 composite