Git Product home page Git Product logo

Comments (6)

GregorySchwartz avatar GregorySchwartz commented on May 30, 2024

Those commands demonstrate an example use case with mat.csv and labels.csv files. You probably do not have those files, so nothing is being read into R.

from too-many-cells.

guillermoturiel avatar guillermoturiel commented on May 30, 2024

I have the files and I get this

mat
6 x 6 sparse Matrix of class "dgCMatrix"
cell1 cell2 cell3 cell4 cell5 cell6
feature1 1 3 2 . . 8
feature2 8 6 6 . . 10
feature3 . . . 10 8 .
feature4 . . . 4 5 .
feature5 . . . 4 7 .
feature6 8 7 8 . . 13

labelsDf
item label
1 cell1 a
2 cell2 a
3 cell3 a
4 cell4 b
5 cell5 b
6 cell6 b

But when running the function I get the error that I said in the first message

from too-many-cells.

GregorySchwartz avatar GregorySchwartz commented on May 30, 2024

How did you install TooManyCells? Docker or from source?

from too-many-cells.

guillermoturiel avatar guillermoturiel commented on May 30, 2024

I installed it as any other R package using:

install.packages("devtools")
library(devtools)
install_github("GregorySchwartz/tooManyCellsR")

I also installed the other packages that tooManyCells uses:
cowplot
ggplot2
edgeR
jsonlite

from too-many-cells.

GregorySchwartz avatar GregorySchwartz commented on May 30, 2024

Did you install the TooManyCells program (https://gregoryschwartz.github.io/too-many-cells/)?

from too-many-cells.

GregorySchwartz avatar GregorySchwartz commented on May 30, 2024

Did installing the command line program work?

from too-many-cells.

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.