NEWS | R Documentation |
News for Package 'canprot'
Changes in canprot version 2.0.0 (2024-03-28)
The package has been revised to focus on chemical analysis of proteins. Functions have been added for reading FASTA files and calculating more chemical metrics. Data, functions, and vignettes for differential expression analysis have been moved to JMDplots. Amino acid compositions of human proteins are still packaged with canprot.
Add vignettes Demos for canprot and More about metrics.
Add demos ‘thermophiles.R’, ‘locations.R’, and ‘redoxins.R’.
Add
add_cld()
(adds compact letter display to boxplots), used in ‘demo/locations.R’.-
read_fasta()
,count_aa()
, andsum_aa()
have been renamed and moved from CHNOSZ to canprot. -
calc_metrics()
andadd_hull()
have been moved from chem16S to canprot and are used in ‘demo/thermophiles.R’. Add functions for metrics:
plength()
(protein length),V0()
andS0()
(standard molal volume and entropy per residue),pV0()
andpS0()
(volume and entropy per protein),V0g()
andS0g()
(specific volume and entropy),Zcg()
(specific carbon oxidation state),nO2g()
andnH2Og()
(specific stoichiometric oxidation and hydration state),Density()
(mass density),SV()
(entropy density),HC()
,NC()
,OC()
, andSC()
(elemental ratios),nC()
andpnC()
(C atoms per residue and per protein),Cost()
(metabolic cost of amino acids from Akashi and Gojobori, 2002),RespiratoryCost()
andFermentativeCost()
(respiratory and fermentative costs from Wagner, 2005), andB20Cost()
,Y20Cost()
, andH11Cost()
(biosynthetic costs from Zhang et al., 2018).Rename
ZCAA()
,O2AA()
,H2OAA()
, andMWAA()
toZc()
,nO2()
,nH2O()
, andMW()
.Add
terminal_H2O
argument tonH2O()
, used to specify how terminal -H and -OH groups are counted (they are not by default).Add
...
argument to functions to permit using the same arguments for all metrics inget()
ordo.call()
constructions.Objects in
cplab
are nowquote()
-ed instead ofexpression()
s for easier downstream handling.-
protcomp()
has been renamedhuman_aa()
.