-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 1.46 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
32
33
Package: fCCAC
Version: 1.23.1
Date: 2022-05-28
Type: Package
Title: functional Canonical Correlation Analysis to evaluate Covariance
between nucleic acid sequencing datasets
Authors@R:
c(person(given = "Pedro",
family = "Madrigal",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1959-8199")
)
)
Description: Computational evaluation of variability across DNA or RNA
sequencing datasets is a crucial step in genomics, as it allows
both to evaluate reproducibility of replicates,
and to compare different datasets to identify potential
correlations. fCCAC applies functional Canonical Correlation
Analysis to allow the assessment of: (i) reproducibility
of biological or technical replicates, analyzing their shared
covariance in higher order components; and (ii) the associations
between different datasets. fCCAC represents a more sophisticated
approach that complements Pearson correlation of genomic coverage.
Depends: R (>= 4.2.0), S4Vectors, IRanges, GenomicRanges, grid
Imports: fda, RColorBrewer, genomation, ggplot2, ComplexHeatmap,
grDevices, stats, utils
Suggests: RUnit, BiocGenerics, BiocStyle, knitr, rmarkdown
License: Artistic-2.0
LazyLoad: yes
LazyData: yes
biocViews: Epigenetics, Transcription, Sequencing, Coverage, ChIPSeq,
FunctionalGenomics, RNASeq, ATACSeq, MNaseSeq