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
1 of 13 committers (7.7%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.6%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Cleavage of polypeptide sequences
Basic Info
- Host: GitHub
- Owner: sgibb
- Language: R
- Default Branch: master
- Homepage: http://sgibb.github.io/cleaver/
- Size: 354 KB
Statistics
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
cleaver
Release:
Devel:
<!-- badges: end -->
Description
This package cleaves polypeptide sequences. The cleavage rules are taken from: https://web.expasy.org/peptidecutter/peptidecutterenzymes.html
cleaver is part of Bioconductor.
Install development version (not recommended)
r
install.packages("devtools")
library("devtools")
install_github("sgibb/cleaver")
Usage
```r
load library
library("cleaver")
Gastric juice peptide 1 (UniProtKB/Swiss-Prot: GAJU_HUMAN/P01358)
gaju <- "LAAGKVEDSD"
cleave(gaju, "trypsin")
$LAAGKVEDSD
[1] "LAAGK" "VEDSD"
cleave(gaju, "trypsin", missedCleavages=1)
$LAAGKVEDSD
[1] "LAAGKVEDSD"
cleave(gaju, "trypsin", missedCleavages=0:1)
$LAAGKVEDSD
[1] "LAAGK" "VEDSD" "LAAGKVEDSD"
cleave(gaju, "pepsin")
$LAAGKVEDSD
[1] "LAAGKVEDSD"
(no cleavage)
```
Owner
- Name: Sebastian Gibb
- Login: sgibb
- Kind: user
- Location: Greifswald, Germany
- Company: University Medicine Greifswald
- Website: https://sebastiangibb.de
- Repositories: 54
- Profile: https://github.com/sgibb
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| s.gibb | u****n | 41 |
| Sebastian Gibb | m****l@s****e | 33 |
| Dan Tenenbaum | d****a@f****g | 16 |
| Nitesh Turaga | n****a@g****m | 14 |
| Herve Pages | h****s@f****g | 5 |
| J Wokaty | j****y@s****u | 4 |
| Hervé Pagès | h****s@f****g | 2 |
| Marc Carlson | m****n@f****g | 2 |
| vobencha | v****n@r****g | 2 |
| vobencha | v****a@g****m | 2 |
| J Wokaty | j****y | 2 |
| Martin Morgan | m****n@f****g | 1 |
| Sonali Arora | s****a@f****g | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 7
- Total pull requests: 0
- Average time to close issues: 2 months
- Average time to close pull requests: N/A
- Total issue authors: 4
- Total pull request authors: 0
- Average comments per issue: 1.71
- 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
- sgibb (3)
- pavel-shliaha (2)
- manogenome (1)
- jeanmanguy (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- bioconductor 42,289 total
- Total dependent packages: 2
- Total dependent repositories: 0
- Total versions: 5
- Total maintainers: 1
bioconductor.org: cleaver
Cleavage of Polypeptide Sequences
- Homepage: https://github.com/sgibb/cleaver/
- Documentation: https://bioconductor.org/packages/release/bioc/vignettes/cleaver/inst/doc/cleaver.pdf
- License: GPL (>= 3)
-
Latest release: 1.46.0
published about 1 year ago
Rankings
Maintainers (1)
Dependencies
- Biostrings >= 1.29.8 depends
- R >= 3.0.0 depends
- methods * depends
- IRanges * imports
- S4Vectors * imports
- BRAIN * suggests
- BiocStyle >= 0.0.14 suggests
- UniProt.ws >= 2.1.4 suggests
- knitr * suggests
- rmarkdown * suggests
- testthat >= 0.8 suggests
- actions/cache v2 composite
- actions/checkout v2 composite
- actions/upload-artifact master composite
- docker/build-push-action v1 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite