#include <input_data.h>
◆ InputData()
◆ getBAMFilepath()
std::string InputData::getBAMFilepath |
( |
| ) |
|
◆ getChrCov()
int InputData::getChrCov |
( |
std::string |
chr, |
|
|
double & |
cov |
|
) |
| |
◆ getOutputDir()
std::string InputData::getOutputDir |
( |
| ) |
|
◆ getPFBFilepath()
std::string InputData::getPFBFilepath |
( |
| ) |
|
◆ getRefGenome()
◆ getRegion()
std::string InputData::getRegion |
( |
| ) |
|
◆ getRegionChr()
std::string InputData::getRegionChr |
( |
| ) |
|
◆ getRegionEnd()
int InputData::getRegionEnd |
( |
| ) |
|
◆ getRegionSet()
bool InputData::getRegionSet |
( |
| ) |
|
◆ getRegionStart()
int InputData::getRegionStart |
( |
| ) |
|
◆ getSequence()
std::string InputData::getSequence |
( |
std::string |
chr, |
|
|
int |
pos_start, |
|
|
int |
pos_end |
|
) |
| |
◆ getSNPFilepath()
std::string InputData::getSNPFilepath |
( |
| ) |
|
◆ getWindowSize()
int InputData::getWindowSize |
( |
| ) |
|
◆ setBAMFilepath()
void InputData::setBAMFilepath |
( |
std::string |
filepath | ) |
|
◆ setChrCov()
void InputData::setChrCov |
( |
std::string |
chr_cov | ) |
|
◆ setOutputDir()
void InputData::setOutputDir |
( |
std::string |
dirpath | ) |
|
◆ setPFBFilepath()
void InputData::setPFBFilepath |
( |
std::string |
filepath | ) |
|
◆ setRefGenome()
void InputData::setRefGenome |
( |
std::string |
fasta_filepath | ) |
|
◆ setRegion()
void InputData::setRegion |
( |
std::string |
region | ) |
|
◆ setSNPFilepath()
void InputData::setSNPFilepath |
( |
std::string |
filepath | ) |
|
◆ setWindowSize()
void InputData::setWindowSize |
( |
int |
window_size | ) |
|
◆ bam_filepath
std::string InputData::bam_filepath = "" |
|
private |
◆ chr_cov
std::map<std::string, double> InputData::chr_cov |
|
private |
◆ fasta_query
◆ output_dir
std::string InputData::output_dir = "" |
|
private |
◆ pfb_filepath
std::string InputData::pfb_filepath = "" |
|
private |
◆ ref_filepath
std::string InputData::ref_filepath = "" |
|
private |
◆ region
std::string InputData::region = "" |
|
private |
◆ region_chr
std::string InputData::region_chr = "" |
|
private |
◆ region_end
int InputData::region_end = 0 |
|
private |
◆ region_set
bool InputData::region_set = false |
|
private |
◆ region_start
int InputData::region_start = 0 |
|
private |
◆ snp_vcf_filepath
std::string InputData::snp_vcf_filepath = "" |
|
private |
◆ window_size
int InputData::window_size = 10000 |
|
private |
The documentation for this class was generated from the following files: