Science Score: 39.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
Found .zenodo.json file -
✓DOI references
Found 14 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.8%) to scientific vocabulary
Keywords
Repository
Chemical analysis of proteins
Basic Info
- Host: GitHub
- Owner: jedick
- License: gpl-3.0
- Language: R
- Default Branch: main
- Homepage: https://chnosz.net/canprot
- Size: 8.22 MB
Statistics
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 16
Topics
Metadata Files
README.md
canprot
Chemical analysis of proteins based on their amino acid compositions. Amino acid compositions can be read from FASTA files and used to calculate chemical metrics including carbon oxidation state and stoichiometric water content as described in Dick et al. (2020). Other properties that can be calculated include protein length, grand average of hydropathy (GRAVY), isoelectric point (pI), molecular weight (MW), standard molal volume (V0), and metabolic costs (Akashi and Gojobori, 2002; Wagner, 2005; Zhang et al., 2018). A database of amino acid compositions of human proteins derived from UniProt is provided.
See the vignettes at https://chnosz.net/canprot/vignettes/.
Installation
First install the remotes package from CRAN, then install canprot from GitHub. This also installs several other R packages as dependencies:
R
install.packages("remotes")
remotes::install_github("jedick/canprot")
Demo
Three demos are available. One of them is shown below.
```R demo("thermophiles")
demo("locations")
demo("redoxins")
```
This is a scatter plot of standard specific entropy (S° per gram) and carbon oxidation state (ZC) for proteins in Nitrososphaeria (syn. Thaumarchaeota) metagenome-assembled genomes (MAGs) reported by Luo et al. (2024).
S° is calculated using amino acid group contributions (Dick et al, 2006) via canprot::S0g().
This plot reveals that proteins tend to have higher specific entropy in MAGs from thermal habitats compared to those from nonthermal habitats with similar carbon oxidation state.
This implies that, after correcting for ZC, proteins in thermophiles have a more negative derivative of the standard Gibbs energy per gram of protein with respect to temperature.
See the Demos for canprot vignette for a similar plot for genomes of methanogenic archaea.
Owner
- Name: Jeffrey Dick
- Login: jedick
- Kind: user
- Location: Changsha, China
- Company: Central South University
- Website: https://chnosz.net/jeff
- Repositories: 4
- Profile: https://github.com/jedick
Theoretical geochemist and developer of CHNOSZ.
GitHub Events
Total
- Push event: 7
Last Year
- Push event: 7
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: less than a minute
- Total issue authors: 0
- Total 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: 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
- jedick (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 358 last-month
- Total docker downloads: 21,613
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 7
- Total maintainers: 1
cran.r-project.org: canprot
Chemical Analysis of Proteins
- Homepage: https://github.com/jedick/canprot
- Documentation: http://cran.r-project.org/web/packages/canprot/canprot.pdf
- License: GPL-3
-
Latest release: 2.0.0
published over 2 years ago
Rankings
Maintainers (1)
Dependencies
- CHNOSZ >= 1.3.2 depends
- R >= 3.1.0 depends
- MASS * imports
- rmarkdown * imports
- xtable * imports
- knitr * suggests
- testthat * suggests
