-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
27 lines (27 loc) · 1.13 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: procoil
Type: Package
Title: Prediction of Oligomerization of Coiled Coil Proteins
Version: 2.33.0
Date: 2024-04-25
Depends: R (>= 3.3.0), kebabs
Imports: methods, stats, graphics, S4Vectors, Biostrings, utils
Suggests: knitr
Author: Ulrich Bodenhofer [aut,cre]
Maintainer: Ulrich Bodenhofer <[email protected]>
Description: The package allows for predicting whether a coiled coil sequence
(amino acid sequence plus heptad register) is more likely to form
a dimer or more likely to form a trimer. Additionally to the
prediction itself, a prediction profile is computed which allows
for determining the strengths to which the individual residues
are indicative for either class. Prediction profiles can also
be visualized as curves or heatmaps.
License: GPL (>= 2)
Collate: AllClasses.R access-methods.R show-methods.R
plot-methods.R predict-methods.R weights-methods.R
profile-methods.R readCCModel.R writeCCModel.R
fitted-methods.R heatmap-methods.R
URL: https://github.com/UBod/procoil
VignetteBuilder: knitr
LazyLoad: yes
LazyData: yes
biocViews: Proteomics, Classification, SupportVectorMachine