Giter Club home page Giter Club logo

moana's People

Contributors

jamestwebber avatar

Stargazers

 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

moana's Issues

Is there a tutorial about how to create a classifier?

Hi,
I've read the tutorial documents and re run it at local, but I didn't see any information about how to create the classifier. If the script about producing PBMC classifier is available, could you update it to repository? Thank you!

conda install moana?

It would be greater than great if Moana could be installed via anaconda/miniconda. Admittedly, I have no idea how much work this involves.

porting Moana to R

Hi,

It will be great if you could port Moana to R or write a wrapper for R. Most of us use Seurat and Monocle, and it will be much easier to use Moana if it were integrated in the R environment.

Thanks.

read file error: ValueError: invalid literal for int() with base 10: ''

Hi,

I followed the installation guidance and tutorial and was trying to read the example .mtx file, which throws the following error. Any idea? And my real data come from 10x cellranger 3.0, is there a function to read the new format? Thanks.

read expression matrix

matrix = ExpMatrix.read_sparse(expression_file)

ValueError Traceback (most recent call last)
in
5
6 # read expression matrix
----> 7 matrix = ExpMatrix.read_sparse(expression_file)
8 # # perform smoothing
9 # k = 128

~/anaconda3/envs/moana/lib/python3.7/site-packages/moana/core/exp_matrix.py in read_sparse(cls, file_path)
380 genes = next(fh)[1:-1].split('\t')
381 next(fh)
--> 382 m, n, nnz = [int(s) for s in next(fh)[:-1].split(' ')]
383
384 t = pd.read_csv(file_path, sep=' ', skiprows=5, header=None,

~/anaconda3/envs/moana/lib/python3.7/site-packages/moana/core/exp_matrix.py in (.0)
380 genes = next(fh)[1:-1].split('\t')
381 next(fh)
--> 382 m, n, nnz = [int(s) for s in next(fh)[:-1].split(' ')]
383
384 t = pd.read_csv(file_path, sep=' ', skiprows=5, header=None,

ValueError: invalid literal for int() with base 10: ''

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.