Git Product home page Git Product logo

Comments (6)

privefl avatar privefl commented on May 18, 2024 1

Package {bigstatsr} supports storing and accessing dense matrices on disk.
There is no way to store symmetric matrices by storing only the upper or lower triangle. You would have to store everything, which would take twice as much space.

The only package I know to provide such feature is package {Matrix}, but the objects are stored in RAM.

from bigstatsr.

privefl avatar privefl commented on May 18, 2024 1

Please try big_write by installing the latest version.

from bigstatsr.

talegari avatar talegari commented on May 18, 2024 1

Thanks for big_write and congrats on the CRAN release!

from bigstatsr.

talegari avatar talegari commented on May 18, 2024

Among the options available to store large distance matrices to disk, bigstatsr seems to be the best way to maintain it as compared to bigmemory, lvec and ff even if I need to store the everything twice. I believe this is not a concern as space is not a constraint. bigstatsr offers transparent implementations of SVD, lasso which will be helpful for me in implementing MDS on FBMs.

I would request two things:

  1. A version of CRAN (#19) as this would be a dependency.
  2. A big_write function to write distances matrices to disk.

Please let me know your thoughts.

from bigstatsr.

privefl avatar privefl commented on May 18, 2024
  • For CRAN, for now a warning due to package {BH} is blocking me. I've opened an issue on the boost repo several days ago.
  • For big_write, you want to write to a CSV format? You need this format for another soft?
    This should be easy enough with fread and big_apply. I can do this on Monday.

from bigstatsr.

talegari avatar talegari commented on May 18, 2024

Thanks for the quick turn around!

  1. Hope the BH issue resolves and CRAN release happens!
  2. big_write to CSV is sufficient for me.

from bigstatsr.

Related Issues (20)

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.