Kevin Bonham

Results 67 issues of Kevin Bonham

Set up data with some outliers: ``` using Makie, StatsMakie, DataFrames df = DataFrame(xs = [fill(1, 20)..., fill(2, 20)...], ys = [rand(0.4:0.01:0.6,18)..., 1.05, -0.05, rand(0.4:0.01:0.6,18)..., 1.1, -0.1]) ``` Plotting one...

As discussed in #192: Default: ![image](https://user-images.githubusercontent.com/3502975/47303346-a95bcb00-d5f1-11e8-90c0-1097697ebe49.png) Would like to give users the option to put a space between: ![image](https://user-images.githubusercontent.com/3502975/47303315-9517ce00-d5f1-11e8-8437-6faac8c49031.png)

Per discussion with @nalimilan on Slack, we think `Statistics.cor(::Vector, ::Matrix)` should return a `Vector` rather than a `LinearAlgebra.Transpose`. Current behavior on julia 1.2: ``` julia> using Statistics julia> cor(rand(100), rand(100,...

```` This text is normal ```julia julia> @info "test" [ Info: test ``` This text is not ````

bug

It would be awesome if code fences that use [Documenter.jl](https://juliadocs.github.io/Documenter.jl/stable/man/syntax/)'s syntax could be highlighted properly. Eg. ````markdown ```@example x = 2 + 2 ``` ```` or ````markdown ```@repl 1 x...

Right now, most julia packages making use of these files do so using something like this (taken [from here](https://github.com/BioJulia/BioSequences.jl/blob/master/test/runtests.jl#L46-L51)) ``` function get_bio_fmt_specimens() path = joinpath(dirname(@__FILE__), "BioFmtSpecimens") if !isdir(path) run(`git clone...

Some databases seem to have changed and invalidated some tests, see #44

See here: https://github.com/BioJulia/BioServices.jl/pull/36#issuecomment-814903930 >One last thing is that someone should probably get an account with UMLs and put a token as a secret for UMLS tests to run. If no...

Good first issue
Testing

https://juliadocs.github.io/Documenter.jl/stable/man/doctests/index.html Would be ideal to avoid issues like #31.

Documentation

https://rasmushenningsson.github.io/SingleCellProjections.jl/dev/tutorial/ Also related to #5 #10 cc @rasmushenningsson

New tutorial
domain/RNAseq