Skip to content

Commit

Permalink
Forgot to add an umbrella header.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Jul 15, 2024
1 parent f16f4ce commit ba05ae4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions include/scran_graph_cluster/scran_graph_cluster.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#ifndef SCRAN_GRAPH_CLUSTER_HPP
#define SCRAN_GRAPH_CLUSTER_HPP

#include "build_snn_graph.hpp"
#include "cluster_multilevel.hpp"
#include "cluster_leiden.hpp"
#include "cluster_walktrap.hpp"

/**
* @file scran_graph_cluster.hpp
* @brief Graph-based clustering of single-cell data.
*/

/**
* @namespace scran_graph_cluster
* @brief Graph-based clustering of single-cell data.
*/
namespace scran_graph_cluster {}

#endif

0 comments on commit ba05ae4

Please sign in to comment.