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

Subset a vector easily. More...

#include "macros.hpp"
Include dependency graph for subset_vector.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Functions

template<bool retain, class Vector , typename Subset >
Vector scran::subset_vector (const Vector &vec, const Subset *sub)
 

Detailed Description

Subset a vector easily.