-
Notifications
You must be signed in to change notification settings - Fork 20
/
DESCRIPTION
49 lines (49 loc) · 1.23 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
Package: swne
Type: Package
Title: Similarity Weighted Nonnegative Embedding: A method for visualizing high dimensional datasets
Version: 0.6.20
Author: Yan Wu
Maintainer: Yan Wu <[email protected]>
Description: Similarity Weighted Nonnegative Embedding (SWNE), is a method for visualizing high dimensional datasets. SWNE uses Nonnegative Matrix Factorization to decompose datasets into latent factors, projects those factors onto 2 dimensions, and embeds samples and key features in 2 dimensions relative to the factors. SWNE can capture both the local and global dataset structure, and allows relevant features to be embedded directly onto the visualization, facilitating interpretation of the data.
Authors@R: person("Yan", "Wu", email = "[email protected]", role = c("aut", "cre"))
License: GPL-2
Encoding: UTF-8
LazyData: true
LinkingTo:
Rcpp,
RcppArmadillo,
RcppEigen
Imports:
Rcpp,
RcppArmadillo,
RcppEigen,
ggplot2,
RColorBrewer,
Matrix,
ggrepel,
reshape2,
usedist,
plyr,
ica,
mgcv,
FNN,
MASS,
compiler,
proxy,
liger,
hash,
irlba,
methods,
reshape,
igraph,
jsonlite,
umap,
snow
Remotes:
linxihui/NNLM,
JEFworks/liger
Suggests:
Seurat (>= 3.0.0),
cisTopic,
pagoda2
RoxygenNote: 7.1.1