Tokhir Dadaev
Tokhir Dadaev
_grid_ solution below: ```R library(grid) # plot, assign to object x
See related issue: https://github.com/rstudio/flexdashboard/issues/283
Relevant post at SO: - https://stackoverflow.com/q/65733641/680068 I [submitted the answer (also posted below)](https://stackoverflow.com/a/65734061/680068) using *cowplot::get_legend*, is there a way of doing this without *cowplot*? Solution: ```R # get the legend...
Sorry, didn't test it thoroughly , but it just "feels" slower, maybe you know the reason? (If not I can create reproducible example.) I tried standard file as input: `--geneFile...
Trying to run burden test on subset of vcf as below: ``` rvtest --inVcf ... \ --noweb \ --pheno ... \ --covar ... \ --rangeList 21:1-11500000 \ #
Similar to plink: `--pfilter [threshold]`. https://www.cog-genomics.org/plink/1.9/assoc > --pfilter causes only associations with p-values no larger than the given threshold to be reported.
There is an extra tab on the header in the output of MadsonBrowning, see example: 
In Shiny we have `splitLayout()` function that puts multiple plots side by side and takes `style=` argument, e.g.: ``` R splitLayout( style = "border: 1px solid silver;", cellWidths = 300,...
Feature request, see arcdiagram at: http://gastonsanchez.com/software/
I have below PDF, which seems to have "clean" tables. But *extract_tables()* gives me an empty list. http://databank.worldbank.org/data/download/GDP.pdf ```R library(tabulizer) # tabulizer_0.1.24 # read from local PDF file # myPDF