Giter Club home page Giter Club logo

Comments (2)

ONeillMB1 avatar ONeillMB1 commented on August 13, 2024 1

Hi @sjfleming, thank you for the response!

It appears there was something corrupt about the file I was trying to read in with Seurat - the outputs from all my other libraries seem to work. Apologies!

The "DelayedMatrix" appears to be a new direction that the developers of many Bioconductor single-cell packages are taking (https://osca.bioconductor.org/), whereas the count matrices were previously stored as "dgCMatrix" in the single cell experiment S4 objects. I guess I need to learn how to handle these now...!

Thank you for the interesting work!

from cellbender.

sjfleming avatar sjfleming commented on August 13, 2024

Hi @ONeillMB1, thanks for trying out CellBender!

I have not tried opening the output files using read10xCounts() from DropletUtils, but I will check on that.

As for Seurat, that has been tested quite a bit. Seurat 2 and 3 should all be able to open the CellBender h5 output files using something like

# load Seurat (version 3) library
library(Seurat)

# load data from the filtered h5 file
data.file <- 'file_name_out_filtered.h5'
data.data <- Read10X_h5(filename = data.file, use.names = TRUE)

# create Seurat object
obj <- CreateSeuratObject(counts = data.data)

It looks like you may have been running into an error that was related to file permissions.

from cellbender.

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.