Giter Club home page Giter Club logo

expressionmatrix2's People

Contributors

csweaver avatar iosonofabio avatar mckinsel avatar paoloczi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

expressionmatrix2's Issues

Create cell set using numerical cell meta data

I implemented this as follows:
createCellSetUsingNumericMetaDataGreaterThan(cellSetName, metaDataName, lowerBound)
createCellSetUsingNumericMetaDataLessThan(cellSetName, metaDataName, upperBound)
createCellSetUsingNumericMetaDataBetween(cellSetName, metaDataName, lowerBound, upperBound)

Charlotte, please close after verifying that it satisfied your needs.

Segmentation faults can occur if allowReadOnly=True

When an ExpressionMatrix object is created from an existing directory with allowReadOnly=true, a write attempt on read-only data results in a segmentation fault. This causes the calling Python script to terminate immediately, without cleanup.

Using python 3.6

Hi Paolo, I was wondering if there is support for using python 3.6? Currently, I run into this issue when I try to run "python run.py"

Traceback (most recent call last):
File "ExpressionMatrix2-0.4.0/tests/ToyTest1/run.py", line 4, in
import ExpressionMatrix2
ImportError: Python version mismatch: module was compiled for version 3.5, while the interpreter is running version 3.6.

Installing via conda

Hi Paolo,
I'm trying to use your package on Mac OS X by manually installing the dependencies via conda. I realize this isn't exactly following your instructions but I wanted to try anyway :) If this works, then we can make a portable package that anyone on any OS can use, not just Ubuntu, since conda will handle the C/C++ dependencies for us.

I was able to install boost and Python and Graphviz. Here is the full log of my installation. The punchline is that when I try to make all, I get an error that seems to have to do with locating boost libraries:

(ExpressionMatrix2) ➜  Release git:(master) make all
Building file: ../src/CellSets.cpp
Invoking: GCC C++ Compiler
g++ -std=c++0x -I/usr/include/python3.5m -O3 -msse4.2 -Wall -Wconversion -c -fmessage-length=0 -fPIC -MMD -MP -MF"src/CellSets.d" -MT"src/CellSets.d" -o "src/CellSets.o" "../src/CellSets.cpp"
In file included from ../src/CellSets.cpp:1:
In file included from ../src/CellSets.hpp:5:
In file included from ../src/MemoryMappedVector.hpp:7:
../src/CZI_ASSERT.hpp:8:10: fatal error: 'boost/lexical_cast.hpp' file not found
#include <boost/lexical_cast.hpp>
         ^
1 error generated.
make: *** [src/CellSets.o] Error 1

Do you have any suggestions?
Thanks!
Olga

Cluster gene expression

Top differentially expressed genes for a cluster
Differential expression of all genes of cluster(s) vs other cluster(s)

Implemented as getClusterGraphGenes and getClusterAverageExpression.

Charlotte, please close if this satisfies your needs, or else reassign to me with comment.

Is there any published paper?

Dear authors,
This is a very great job. Is there any publicly published paper to understand the process of clustering with LSH in more detail? Thanks a lot.

Cluster query functionality

Get a list of clusters for a given graph: implemented as getClusterGraphVertices.
Get cell id list for each cluster: implemented as getClusterCells.
Use createClusterGraph to create one or more cluster graphs for each cell graph.

Charlotte, please close after verifying that this satisfies your needs, otherwise reassign to me with comment.

Create cell set using multiple combined criteria

Be able to send several filters at once instead of doing each at a time and then doing the intersection.

For categorical queries, this capability is provided to some extent by the syntax for regular expressions.

Other complex queries can be implemented one step at a time, so this is an efficiency issue, not a functionality issue. Therefore postpone for now.

Create cell set from meta data using exact match instead of regex

Otherwise regex queries coming from the browser have to be escaped.
Example:
s = e.createCellSetUsingMetaData("s3{}".format(run), "Selection", "Astrocytes(HEPACAM)") → 0 matches
s = e.createCellSetUsingMetaData("s3{}".format(run), "Selection", "Astrocytes(HEPACAM)") → 714 matches

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.