Kamil Slowikowski

Results 49 issues of Kamil Slowikowski

Hi Jon, Thanks for the great code and youtube video! I decided to try it out on my own data, and I am a bit confused with the result. I...

Hi Niels, Thank you for sharing this wonderful package. It's a joy to be able to visualize PDB structures with just a few lines of R code. I'm writing to...

enhancement

Do you know why my localhost is returning 404? Here's the code: ```go // broken.go package main import ( "fmt" "html" "net/http" "github.com/vulcand/oxy/forward" "github.com/vulcand/oxy/testutils" "github.com/urfave/negroni" ) func main() { //...

question

Add command line arguments to the `filter_cs.py` script, so the user can decide what options to use for: - minimum intron length - minimum overlap between the read and the...

Would it be possible to support files compressed with [bgzip](http://www.htslib.org/doc/tabix.html)? Here's the [link](https://github.com/samtools/htslib/blob/develop/htslib/bgzf.h) to source code. This would be very valuable for bioinformaticians. Right now, here's what I get: ```...

enhancement
help wanted

I was excited to try this out, but it never loaded for me. When I click "Add-ons > Cross Reference > Configure references" this is what I get. The loading...

Related to #242 ``` r library(ggvis) set.seed(42) d % ggvis(~group, ~y, fill = ~group) %>% layer_boxplots(width = 0.5) ``` ![image](https://user-images.githubusercontent.com/209714/35876011-06e11786-0b3f-11e8-8d80-3a3b5300e946.png) ```r # NOT OK d$group % ggvis(~group, ~y, fill =...

I'm trying to show 3 lines, and each line should have a ribbon that shows the confidence interval. ```r library(magrittr) library(ggvis) d % layer_lines(y = ~median) ``` ![image](https://user-images.githubusercontent.com/209714/35648323-5e450f28-06a3-11e8-9f88-15b9da08984d.png) The plot...

I'm having trouble building collapse. Could I please ask for help figuring this out? ``` cargo --version cargo 1.28.0 (96a2c7d16 2018-07-13) rustc --version rustc 1.28.0 (9634041f0 2018-07-30) cargo build --release...

Could I ask you to please share the full source code to reproduce [Figure 7](http://genomebiology.biomedcentral.com/articles/10.1186/gb-2012-13-8-r77) from scratch with ggbio? I'm interested to create such plots, but I don't see the...