Coder Social home page Coder Social logo

CIDR imputed data about cidr HOT 9 OPEN

vccri avatar vccri commented on July 23, 2024
CIDR imputed data

from cidr.

Comments (9)

hojwk avatar hojwk commented on July 23, 2024

Hi Beata,

CIDR implements what we call 'imputed imputation', which means we never explicitly perform imputation on the gene expression value in the traditional sense. The 'imputation' was only performed inside the calculation of the cell-to-cell dissimilarity matrix, and the 'imputed' value for each dropout candidate may vary depending on which cell it is compared against. Therefore it is not possible generate an imputed gene expression matrix.

Regards,
Joshua

from cidr.

JurijsNazarovs avatar JurijsNazarovs commented on July 23, 2024

Hello,

What would be the best way to get the imputed matrix for my own analysis? I am asking about your cell-to-cell dissimilarity imputed matrix. Cannot see it as an element of your class.

Jurijs

from cidr.

hojwk avatar hojwk commented on July 23, 2024

Hi Jurijs,

As I explained in the previous answer, we performed 'implicit imputation' to modify the calculation of cell-to-cell dissimilarity. We do not use the dissimilarity to impute the expression matrix. Therefore it is not possible to extract an imputed matrix from CIDR.

Regards,
Joshua

from cidr.

JurijsNazarovs avatar JurijsNazarovs commented on July 23, 2024

Joshua,

Maybe I understood you wrong, but I thought you were referring to an imputed gene-cell matrix, which is like original matrix, but with imputed values.

Meanwhile I am asking about your dissimilarity cell-to-cell imputed matrix, when you change your "o" with "o hat". Do not you provide an access to this matrix either? That sounds not right to me, since you are doing PCA and clustering on this matrix.

Do I understand you wrong?

Jurijs

from cidr.

JurijsNazarovs avatar JurijsNazarovs commented on July 23, 2024

Ok, I think I found an answer for my question. Please, correct me if this is wrong, but to get an imputed dissimilarity matrix, the right command is "@ dissim".

Jurijs

from cidr.

hojwk avatar hojwk commented on July 23, 2024

Ah, I understand now.

The actual dissimilarity matrix is stored in the sData object. You can extract this matrix like this:

slot(sData, "dissim")

Regards,
Joshua

from cidr.

JurijsNazarovs avatar JurijsNazarovs commented on July 23, 2024

Joshua,

Thank you for the response. Just to make sure, this is already an imputed dissimilarity matrix. Correct?

Jurijs

from cidr.

hojwk avatar hojwk commented on July 23, 2024

Yes, if it is extracted after this step:
sData <- scDissim(sData)

from cidr.

JurijsNazarovs avatar JurijsNazarovs commented on July 23, 2024

Great. Thank you!

from cidr.

Related Issues (13)

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.