scran_markers
Marker detection for single-cell data
|
Results for score_markers_summary()
and friends.
More...
#include <score_markers_summary.hpp>
Public Attributes | |
std::vector< std::vector< Stat_ > > | mean |
std::vector< std::vector< Stat_ > > | detected |
std::vector< SummaryResults< Stat_, Rank_ > > | cohens_d |
std::vector< SummaryResults< Stat_, Rank_ > > | auc |
std::vector< SummaryResults< Stat_, Rank_ > > | delta_mean |
std::vector< SummaryResults< Stat_, Rank_ > > | delta_detected |
Results for score_markers_summary()
and friends.
Stat_ | Floating-point type for the output statistics. |
Rank_ | Numeric type for the rank. |
std::vector<SummaryResults<Stat_, Rank_> > scran_markers::ScoreMarkersSummaryResults< Stat_, Rank_ >::auc |
Vector of length equal to the number of groups, containing the summaries of the AUC for each group. This may be an empty vector if ScoreMarkersSummaryOptions::compute_auc = false
.
Individual vectors inside the SummaryResults
may also be empty if specified by the relevant option, e.g., ScoreMarkersSummaryOptions::compute_min = false
will cause SummaryResults::min
to be empty.
std::vector<SummaryResults<Stat_, Rank_> > scran_markers::ScoreMarkersSummaryResults< Stat_, Rank_ >::cohens_d |
Vector of length equal to the number of groups, containing the summaries of the Cohen's d for each group. This may be an empty vector if ScoreMarkersSummaryOptions::compute_cohens_d = false
.
Individual vectors inside the SummaryResults
may also be empty if specified by the relevant option, e.g., ScoreMarkersSummaryOptions::compute_min = false
will cause SummaryResults::min
to be empty.
std::vector<SummaryResults<Stat_, Rank_> > scran_markers::ScoreMarkersSummaryResults< Stat_, Rank_ >::delta_detected |
Vector of length equal to the number of groups, containing the summaries of the delta-detected for each group. This may be an empty vector if ScoreMarkersSummaryOptions::compute_delta_detected = false
.
Individual vectors inside the SummaryResults
may also be empty if specified by the relevant option, e.g., ScoreMarkersSummaryOptions::compute_min = false
will cause SummaryResults::min
to be empty.
std::vector<SummaryResults<Stat_, Rank_> > scran_markers::ScoreMarkersSummaryResults< Stat_, Rank_ >::delta_mean |
Vector of length equal to the number of groups, containing the summaries of the delta-mean for each group. This may be an empty vector if ScoreMarkersSummaryOptions::compute_delta_mean = false
.
Individual vectors inside the SummaryResults
may also be empty if specified by the relevant option, e.g., ScoreMarkersSummaryOptions::compute_min = false
will cause SummaryResults::min
to be empty.
std::vector<std::vector<Stat_> > scran_markers::ScoreMarkersSummaryResults< Stat_, Rank_ >::detected |
Vector of length equal to the number of groups. Each inner vector corresponds to a group and contains the mean expression of each gene in that group.
std::vector<std::vector<Stat_> > scran_markers::ScoreMarkersSummaryResults< Stat_, Rank_ >::mean |
Vector of length equal to the number of groups. Each inner vector corresponds to a group and contains the mean expression of each gene in that group.