-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
13 lines (13 loc) · 746 Bytes
/
DESCRIPTION
File metadata and controls
13 lines (13 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Package: loco
Type: Package
Title: Functions to Calculate and Plot Local Correlations Between Features in High-Dimensional Point-Cloud Data
Version: 0.1.0
Author: Tim Stohn
Maintainer: Tim Stohn <tim.stohn@yahoo.com>
Description: Quickly detect local correlation patterns between features in point cloud data (like single-cell data in biological applications). Instead of clustering the data points and looking for correlations within every cluster
LoCo creates neighbourhoods of points, detects correlations within those neighbourhoods and filters correlations that change smoothly through the point cloud.
License: GPL-3 + file LICENSE
LinkingTo: Rcpp
Imports: Rcpp,ggplot2,uwot,stats
SystemRequirements: C++17
RoxygenNote: 7.1.2