vg
tools for working with variation graphs
vg::Sampler Member List

This is the complete list of members for vg::Sampler, including all inherited members.

AbstractReadSampler(PathPositionHandleGraph &graph)vg::AbstractReadSamplerinline
alignment(size_t length)vg::Sampler
alignment_pair(size_t read_length, size_t fragment_length, double fragment_std_dev, double base_error, double indel_error)vg::Sampler
alignment_seq(const Alignment &aln)vg::Sampler
alignment_to_graph(size_t length)vg::Sampler
alignment_to_path(const string &source_path, size_t length)vg::Sampler
alignment_with_error(size_t length, double base_error, double indel_error)vg::Sampler
annotate_with_path_positions(Alignment &aln)vg::AbstractReadSamplerprotected
annotation_path_filtervg::AbstractReadSampler
edge_cachevg::Sampler
forward_onlyvg::Sampler
graphvg::AbstractReadSamplerprotected
is_valid(const Alignment &aln)vg::Sampler
max_triesvg::AbstractReadSampler
multi_position_annotationsvg::AbstractReadSampler
mutate(const Alignment &aln, double base_error, double indel_error)vg::Sampler
mutate_edit(const Edit &edit, const pos_t &position, double base_error, double indel_error, const string &bases, vg::uniform_real_distribution< double > &rprob, vg::uniform_int_distribution< int > &rbase)vg::Sampler
next_pos_chars(pos_t pos)vg::Sampler
no_Nsvg::Sampler
node_cachevg::Sampler
node_length(id_t id)vg::Sampler
noncevg::Sampler
path_samplervg::Sampler
pos_char(pos_t pos)vg::Sampler
position(void)vg::Sampler
rngvg::Sampler
sample_read()vg::Sampler
sample_read_pair()vg::Sampler
Sampler(PathPositionHandleGraph *x, int seed=0, bool forward_only=false, bool allow_Ns=false, const vector< string > &source_paths={}, const vector< double > &source_path_ploidies={}, const vector< pair< string, double >> &transcript_expressions={}, const vector< tuple< string, string, size_t >> &haplotype_transcripts={})vg::Samplerinline
sequence(size_t length)vg::Sampler
set_source_paths(const vector< string > &source_paths, const vector< double > &source_path_ploidies, const vector< pair< string, double >> &transcript_expressions, const vector< tuple< string, string, size_t >> &haplotype_transcripts)vg::Sampler
source_pathsvg::Sampler
total_seq_lengthvg::Sampler
~AbstractReadSampler()=defaultvg::AbstractReadSamplervirtual