Go to the source code of this file.
|
void | compute_fst_cathedral_matrix (CathedralPlotParameters const ¶meters, FstCathedralPlotRecord &record) |
| Compute the matrix of values that represents the cathedral plot for FST. More...
|
|
std::vector< FstCathedralPlotRecord > | compute_fst_cathedral_records (VariantInputStream &iterator, FstPoolProcessor &processor, FstPoolCalculatorUnbiased::Estimator fst_estimator, std::vector< std::string > const &sample_names=std::vector< std::string >{}, std::shared_ptr< genesis::sequence::SequenceDict > const &sequence_dict=nullptr) |
| Compute the components of per-position FST data for all pairs of samples in the given processor , for the chromosomes in the given input iterator . More...
|
|
std::vector< FstCathedralPlotRecord > | compute_fst_cathedral_records_for_chromosome (VariantInputStream::Iterator &iterator, FstPoolProcessor &processor, FstPoolCalculatorUnbiased::Estimator fst_estimator, std::vector< std::string > const &sample_names=std::vector< std::string >{}, std::shared_ptr< genesis::sequence::SequenceDict > const &sequence_dict=nullptr) |
| Compute the components of per-position FST data for all pairs of samples in the given processor , for the current chromosome in the given input iterator . More...
|
|
genesis::utils::JsonDocument | fst_cathedral_plot_record_to_json_document (FstCathedralPlotRecord const &record) |
| Get a user-readable description of the data of a FstCathedralPlotRecord as a JsonDocument. More...
|
|