-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
executable file
·31 lines (31 loc) · 1.11 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
28
29
30
31
Package: CV.Signature.TCP
Type: Package
Title: Cardiovascular Signature Temporal Clustering Platform
Version: 0.9.10
Author: Neo Christopher Chung <[email protected]>
Maintainer: Neo Christopher Chung <[email protected]>
Description: Discovering cardiovascular signatures in time-course -omic data. This package presents an analysis pipeline for time-course or longitudinal proteomics, genomics, and other molecular data by applying denoising, unsupervised classification, and evaluation of cluster memberships. It currently implements denoising using cubic splines and principal component analysis (PCA); unsupervised classification by hierarchical and K-means clustering algorithms; and evaluation by the jackstraw tests for cluster memberships. Visualization and diagnostic tools for clustering analysis and reduced dimensions are provided.
License: GPL-2
biocViews:
Depends: R (>= 3.5.0)
Imports:
bcv,
corpcor,
dplyr,
dtw,
factoextra,
ggplot2,
jackstraw,
knitr,
magrittr,
multtest,
patchwork,
reshape2,
splines,
stats,
tibble,
TSclust
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
VignetteBuilder: knitr