scran
C++ library for basic single-cell RNA-seq analyses
Loading...
Searching...
No Matches
Public Attributes | List of all members
scran::ScoreFeatureSet::Results Struct Reference

Feature set scoring results. More...

#include <ScoreFeatureSet.hpp>

Public Attributes

std::vector< double > scores
 
std::vector< double > weights
 

Detailed Description

Feature set scoring results.

Member Data Documentation

◆ scores

std::vector<double> scran::ScoreFeatureSet::Results::scores

Vector of per-cell scores for this feature set. This has length equal to the number of scores in the dataset.

◆ weights

std::vector<double> scran::ScoreFeatureSet::Results::weights

Vector of weights of length equal to the number of features in the set. Each entry contains the weight of each successive feature in the feature set. Weights may be negative.


The documentation for this struct was generated from the following file: