scran_markers
Marker detection for single-cell data
|
Find the best markers in each pairwise comparison between groups of cells. More...
#include <vector>
#include <cstddef>
#include "scran_blocks/scran_blocks.hpp"
#include "tatami/tatami.hpp"
#include "tatami_stats/tatami_stats.hpp"
#include "sanisizer/sanisizer.hpp"
#include "topicks/topicks.hpp"
#include "scan_matrix.hpp"
#include "average_group_stats.hpp"
#include "PrecomputedPairwiseWeights.hpp"
#include "create_combinations.hpp"
#include "cohens_d.hpp"
#include "simple_diff.hpp"
#include "utils.hpp"
Go to the source code of this file.
Classes | |
struct | scran_markers::ScoreMarkersBestOptions |
Options for score_markers_best() and friends. More... | |
struct | scran_markers::ScoreMarkersBestResults< Stat_, Index_ > |
Results for score_markers_best() and friends. More... | |
Namespaces | |
namespace | scran_markers |
Marker detection for single-cell data. | |
Functions | |
template<typename Stat_ , typename Value_ , typename Index_ , typename Group_ > | |
ScoreMarkersBestResults< Stat_, Index_ > | scran_markers::score_markers_best (const tatami::Matrix< Value_, Index_ > &matrix, const Group_ *const group, int top, const ScoreMarkersBestOptions &options) |
template<typename Stat_ , typename Value_ , typename Index_ , typename Group_ , typename Block_ > | |
ScoreMarkersBestResults< Stat_, Index_ > | scran_markers::score_markers_best_blocked (const tatami::Matrix< Value_, Index_ > &matrix, const Group_ *const group, const Block_ *const block, int top, const ScoreMarkersBestOptions &options) |
Find the best markers in each pairwise comparison between groups of cells.