Giter Site home page Giter Site logo

brainimmuneatlas's People

Contributors

liesbmar avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

brainimmuneatlas's Issues

Label_1 and Label_2

Dear Saeys Lab,
I am trying to work through the code that you posted for your single cell analysis, but unfortunately I'm having some trouble with the the lines

metaData<-data.frame("staticNr"=colnames(rawData), "orig.ident"=label_1, "nGene"=sce$total_features_by_counts, "nUMI"=sce$total_counts, "percent.mito"=sce$pct_counts_Mt, stringsAsFactors = F)

and

metaData[grep('-2',rownames(metaData)), which(colnames(metaData)=="orig.ident")]<-label_2

I'm guessing that these lines refer to objects label_1 and label_2 that denote the origin of the single cell data (i.e. APP/PS1, WT, etc.), but since I don't have access to those objects I can't run the rest of your code. Any chance you could help me figure this out? Thanks, and have a nice day.

calculateQCMetrics() metrics function is depreciated

Tried to get
calculateQCMetrics() metrics function is depreciated.
So this command from line 66 does not work:
sce <- calculateQCMetrics(sce, feature_controls=list(Mt=is.mito))
and produces the following error message:
"Warning message:
'calculateQCMetrics' is deprecated.
Use 'perCellQCMetrics' or 'perFeatureQCMetrics' instead. "

To try and replicate its output I'm using
sce <-AddPerCellQCMetrics(sce)
and sce <- addPerFeatureQC(sce, subsets=is.mito)
so I also added this after line 63 :
names(is.mito)<- rownames(sce)
because unnamed vectors could not be used.

Any feedback on this or on the other issue raised would be really appreciated!

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.