Giter VIP home page Giter VIP logo

cytominergallery's Introduction

Travis-CI Build Status

cytominer gallery

Installation

Install R and RStudio.

Download this sqlite file into ~/Downloads (required by the vignette single_cell_analysis).

Install the cytominergallery package from GitHub:

# install.packages("devtools")
devtools::install_github("cytomining/cytominergallery", dependencies = TRUE, build_vignettes = TRUE)

You may need to do run that again in order to build the vignettes correctly (seems like a bug in install_github):

devtools::install_github("cytomining/cytominergallery", dependencies = TRUE, build_vignettes = TRUE, force = TRUE)

Occasionally, the Suggests dependencies may not get installed, depending on your system, so you'd need to install those explicitly.

Browse vignettes (launches in default browser):

browseVignettes()

Search for "Vignettes in package cytominergallery" and click on the link HTML to view the vignettes.

cytominergallery's People

Contributors

cells2numbers avatar dlogan avatar mrohban avatar shntnu avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

cytominergallery's Issues

Minor cleanup of the correlation calculation

Daniel suggested that

"As for the code of the covariance, I have been reading the code and it seems
correct to me. The only comments I would have are the following:

Variable n (declared in line 6) is redundant because inside the loop it has
the same value as "i", and outside the loop (lines 22 and 25) has the same
value as "size".
Checking the size in functions "online_covar" and "two_pass_covar" could be
done before the loop. That way, for size=1 the loop wouldn't execute, saving
a few cycles. However the performance impact of this is very small, I don't
think there is any problem as long as these functions are not called
intensively with 1-length vectors (e.g. as base case for a recursive
function).

I would think comparing the result with that obtained by the R function is
indeed sufficient. Maybe another test would be passing a very large matrix
with some wildly different values in it (to facilitate numeric unstability)
but with known covariances. However I suspect the size would have to be VERY
large to cause problems to the R implementation too."

Dataset for Nat Methods paper + code

Hi!

First of all than you for this wonderful set of tools. This absolutely moves the field miles ahead in ability of new people to get up and going on image analysis.

One things that I found myself needing is a way to replicate your work in the paper. The dataset you provide for training is comprised of 14K cells, rather than the one of 150K from the paper. As well there are many great visualizations you accomplish in the paper that are not shown in some of the vignettes (like heatmaps of pairwise comparisons or heatmaps of plate setup), which can be VERY useful to start with. If you could provide the workflow from the paper with the original dataset, that would be absolutely wonderful!

Thank you!

-Elias

install fails

installation in R 3.3.2 using

devtools::install_github("cytomining/cytominergallery", dependencies = TRUE, build_vignettes = TRUE)

fails with the following error log.

Error: processing vignette 'single_cell_analysis.Rmd' failed with diagnostics:
Path does not exist and create = FALSE
In addition: Warning message:
In tools::buildVignettes(dir = ".", tangle = TRUE) :
Files named as vignettes but with no recognized vignette engine:
‘vignettes/feature_distribution_analysis.Rmd’
(Is a VignetteBuilder field missing?)
Execution halted
Error: Command failed (1)

Comment from Shantanu:

Ah that was because we didn't intend for that to be a vignette but
rather a notebook, but somehow overlooked the fact that
install.packages() will try to build it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.