-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
50 lines (50 loc) · 1.74 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Package: weitrix
Title: Tools for matrices with precision weights, test and explore weighted or sparse data
Version: 1.17.0
Authors@R: person("Paul", "Harrison", email = "paul.harrison@monash.edu", role = c("aut", "cre"), comment=c(ORCID="0000-0002-3980-268X"))
Description: Data type and tools for working with matrices having precision weights and missing data. This package provides a common representation and tools that can be used with many types of high-throughput data. The meaning of the weights is compatible with usage in the base R function "lm" and the package "limma". Calibrate weights to account for known predictors of precision. Find rows with excess variability. Perform differential testing and find rows with the largest confident differences. Find PCA-like components of variation even with many missing values, rotated so that individual components may be meaningfully interpreted. DelayedArray matrices and BiocParallel are supported.
License: LGPL-2.1 | file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.6),
SummarizedExperiment
Imports:
methods,
utils,
stats,
grDevices,
assertthat,
S4Vectors,
DelayedArray,
DelayedMatrixStats,
BiocParallel,
BiocGenerics,
limma,
topconfects,
dplyr,
purrr,
ggplot2,
rlang,
scales,
reshape2,
splines,
Ckmeans.1d.dp,
glm2,
RhpcBLASctl
Suggests:
knitr,
rmarkdown,
BiocStyle,
tidyverse,
airway,
edgeR,
EnsDb.Hsapiens.v86,
org.Sc.sgd.db,
AnnotationDbi,
ComplexHeatmap,
patchwork,
testthat (>= 2.1.0)
RoxygenNote: 7.2.3
VignetteBuilder: knitr
biocViews: Software, DataRepresentation, DimensionReduction, GeneExpression, Transcriptomics, RNASeq, SingleCell, Regression