Home
last modified time | relevance | path

Searched defs:cen_end (Results 1 – 5 of 5) sorted by relevance

/dports/biology/bio-mocha/bcftools-1.14/MoCha/
H A Dmocha_plot.R76 cen_end <- tapply(df_cyto$chromEnd[idx], df_cyto$chrom[idx], max) globalVar
88 …df_chrs <- data.frame(chrlen = chrlen[chrs], cen_beg = cen_beg[chrs], cen_end = cen_end[chrs], CHR… nameattr
93cen_end <- c(142535434, 95326171, 93504854, 52660117, 49405641, 61830166, 61054331, 46838887, 6536… vector
97cen_end <- c(143184587, 94090557, 93655574, 51743951, 50059807, 59829934, 61528020, 45877265, 6051… vector
103 …df_chrs <- data.frame(chrlen = chrlen[chrs], cen_beg = cen_beg[chrs], cen_end = cen_end[chrs], CHR… nameattr
H A Dshift_plot.R70 cen_end <- tapply(df_cyto$chromEnd[idx], df_cyto$chrom[idx], max) globalVar
82 …df_chrs <- data.frame(chrlen = chrlen[chrs], cen_beg = cen_beg[chrs], cen_end = cen_end[chrs], CHR… nameattr
H A Dpileup_plot.R70 cen_end <- tapply(df_cyto$chromEnd[idx], df_cyto$chrom[idx], max) globalVar
/dports/biology/bio-mocha/bcftools-1.14/plugins/
H A Dgenome_rules.h40 int *cen_end; member
H A Dmocha.c1538 … int b, int cen_beg, int cen_end, int length, float baf_conc, mocha_t *mocha) { in get_mocha_stats()
1767 int cen_end = model->genome_rules->cen_end[model->rid]; in sample_run() local