scran
C++ library for basic single-cell RNA-seq analyses
Loading...
Searching...
No Matches
Classes | Namespaces
BuildSnnGraph.hpp File Reference

Build a shared nearest-neighbor graph on the cells. More...

#include "../utils/macros.hpp"
#include <vector>
#include <algorithm>
#include <memory>
#include "knncolle/knncolle.hpp"
Include dependency graph for BuildSnnGraph.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  scran::BuildSnnGraph
 Build a shared nearest-neighbor graph with cells as nodes. More...
 
struct  scran::BuildSnnGraph::Defaults
 Default parameter settings. More...
 
struct  scran::BuildSnnGraph::Results
 Results of SNN graph construction. More...
 

Namespaces

namespace  scran
 Functions for single-cell RNA-seq analyses.
 

Detailed Description

Build a shared nearest-neighbor graph on the cells.