GithubHelp home page GithubHelp logo

parashardhapola / nabo Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 3.0 3.46 MB

Python library to perform memory efficient cross-sample cell mapping using single cell transciptomics (scRNA-Seq) data

License: BSD 3-Clause "New" or "Revised" License

Python 99.97% Shell 0.03%
mapping scrna-seq transcriptomics

nabo's People

Contributors

parashardhapola avatar razofz avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

nabo's Issues

FutureWarning when using Dataset's plot_raw

Using the latest version of Python, a FutureWarning is given when one uses the plot_raw method from Dataset. The output:

[..]/lib/python3.8/site-packages/seaborn/_decorators.py:36: FutureWarning: Pass the following variable as a keyword arg: x. From version 0.12, the only valid positional argument will be `data`, and passing other arguments without an explicit keyword will result in an error or misinterpretation.
  warnings.warn(
[..]/lib/python3.8/site-packages/seaborn/_core.py:1303: UserWarning: Vertical orientation ignored with only `x` specified.
  warnings.warn(single_var_warning.format("Vertical", "x"))

A dirty quickfix is to specifically ignore FutureWarnings: https://stackoverflow.com/questions/15777951/how-to-suppress-pandas-future-warning
Otherwise find where exactly this happens (probably in plotting.plot_summary_data) and use the right keyword argument instead of a positional argument. More time-consuming.

The not-so-nice part right now is that using the latest version of Python (3.8.5, from creating conda environment and then installing pip in the environment (to then pip install Nabo)) and latest version of Nabo, there are a lot (eight, to be specific) of these warnings popping up, which might be a bit alienating to users wanting to try it out. Not anything that breaks, but getting a lot of warnings is not the most fun thing when trying a new package.

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.