Giter Club home page Giter Club logo

integration2019's People

Contributors

andrewwbutler avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

integration2019's Issues

Processed data availability

Hi,

Are the final processed data files with cell type annotations for the bone marrow CITE-seq dataset available somewhere (perhaps as a saved Seurat object)?

Thanks,
Keshav

MixingMetric

Hello,

MixingMetric was calculated by MixingMetric function or by max.k-MixingMetric().
As what I understood, MixingMetric() will return the final result.
but, the code in your script is mm = max.k - MixingMetric .
Could you tell me how should I use this function?

Thanks,
Jialu

"pbmc_10k_v3.rds" availability

About "pbmc_10k_v3.rds",
The download link of that is broken.
I can't repeat your process strating from UMI matrix, but I need the annotation of cell type in "pbmc_10k_v3", can you restore the link or send this file to me by email?

Thanks so much!

Trouble determining differentially expressed genes among conditions

Hello,

I have posted about this before, but I'm still having trouble. I am trying to see which genes are most different between my conditions in one cluster. Here is my code and error.

svzyoung$celltype.gender <- paste(Idents(svzyoung), svzyoung$orig.ident, sep = "&")
svzyoung$celltype.gender <- Idents(svzyoung)
Idents(svzyoung) <- "celltype.gender"
diff.gender.astro <- FindMarkers(svzyoung, ident.1 = "Astro&SVZ_Young_Female", ident.2 = "Astro&SVZ_Young_Male", verbose = FALSE)
head(diff.gender.astro, n = 15)

Error in WhichCells.Seurat(object = object, idents = ident.1) :
Cannot find the following identities in the object: Astro&SVZ_Young_Female

I have tried sep="_" as well.

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.