Git Product home page Git Product logo

Comments (5)

hpages avatar hpages commented on July 24, 2024 2

Please note that SummarizedExperiment is a Bioconductor package. Any question about using Bioconductor packages should be asked on our support site (https://support.bioconductor.org/) where it will receive a lot more attention. Also the answers you will get will be seen by the community so will benefit other users facing the same difficulties. Make sure to check the Posting Guide before you create your post there.

GitHub is mostly for reporting bugs, pull requests, and other development-related issues/discussions.

Thanks,
H.

from summarizedexperiment.

lshep avatar lshep commented on July 24, 2024

You can create a SummarizedExperiment through the standard constructor passing any matrix as the assay argument. Is this what you mean?

mock:

> mat = matrix(1:20, nrow=5)
> SummarizedExperiment(assays = mat)
class: SummarizedExperiment 
dim: 5 4 
metadata(0):
assays(1): ''
rownames: NULL
rowData names(0):
colnames: NULL
colData names(0):

from summarizedexperiment.

ramarquezo avatar ramarquezo commented on July 24, 2024

Thanks a lot lshep, I'll try it, I think this is what I need....

from summarizedexperiment.

ramarquezo avatar ramarquezo commented on July 24, 2024

Thanks lshep, that's what I need, I'll try to pass my matrix with that....

from summarizedexperiment.

lshep avatar lshep commented on July 24, 2024

@ramarquezo No problem but as @hpages said next time please use the support.bioconductor.org site for these types of questions.

from summarizedexperiment.

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.