Tokhir Dadaev

Results 19 comments of Tokhir Dadaev

Related SO post? - [Rotate Venn diagram plot](https://stackoverflow.com/q/58332602/680068)

Relevant post at _StackOverflow_ - [Add sparkline graph to a table](http://stackoverflow.com/questions/32841221/add-sparkline-graph-to-a-table)

Any workarounds? Here is a relevant SO post: https://stackoverflow.com/questions/51725295/r-shiny-color-of-boxes-depend-on-select

This package: https://github.com/gastonstat/arcdiagram Example usage: https://www.r-bloggers.com/arc-diagrams-in-r-les-miserables/

We could certainly split the VCF into chromosomes using [_bcftools or tabix_](https://www.biostars.org/p/173073/) but it would be nice to be able to do this using **vcfR**. Just wondering if it is...

At the moment I have my VCF split by chrom, so vcfR is fine to read it into R. It is an OK workaround. If possible I would prefer keep...

Yes, @knausb , ideally I would prefer input of either (or both) as below: - `chrom = chromName`: e.g.: `"chr1"`, or `c("chr1", "chr2")` - `region = chromName:start-end`: e.g.: `"chr1:1000-2000"`, or...

Google lead me to this issue, maybe relevant, I can't force my `"NA"`s appear **always on top or always at the bottom**. NAs are coded as string `"NA"`, and all...

Yes, please, we need this. After searching the repo, this is what it looks like it means: - **NumPolyVar** - number of Polymorphic Genotypes ``` buf.updateValue("NumPolyVar", dc.getFlippedToMinorPolymorphicGenotype().cols); ``` Related Q&A...

To clarify, `--setFile refFlat_hg19_customFilter.txt` is just a subset of `refFlat_hg19.txt.gz` file. There are no variants, just gene start stop, e.g.: ``` A1BG 19:58858171-58864865 chr19 58858171 58864865 A1CF 10:52559168-52645435 chr10 52559168...