Giter Club home page Giter Club logo

varid_analysis's People

Contributors

dgrun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

varid_analysis's Issues

Large dataset question

Hi,

I met a problem about the large dataset. I have more than 30k cells in my data. I tried to follow the manual of raceid (https://cran.r-project.org/web/packages/RaceID/vignettes/RaceID.html). According to this, I didn't use the normal pipeline ("sc <- clustexp(sc)") and tried the pipeline for large datasets. Followed is my code:

###############
sc <- SCseq(x)
sc <- filterdata(sc,mintotal=1000,CGenes=rownames(x)[grep("^(mt|Rp(l|s)|Gm\d)",rownames(x))])
expData <- getExpData(sc)
res <- pruneKnn(expData,no_cores=5)
cl <- graphCluster(res,pvalue=0.01)
probs <- transitionProbs(res,cl)
noise <- compNoise(expData,res,regNB=FALSE,pvalue=0.01,no_cores=5)
################
When I runned the command: pruneKnn, it reported an warning:
##############
Warning in irlba(A = t(z), nv = pcaComp) :
You're computing too large a percentage of total singular values, use a standard svd instead.
Warning in irlba(A = t(z), nv = pcaComp) :
did not converge--results might be invalid!; try increasing work or maxit
###############
I didn't know what's happend of this warning.

Meanwhile, when I tried the compNoise, it reported an error:
#################
Error in lm.fit(x, y, offset = offset, singular.ok = singular.ok, ...) :
0 (non-NA) cases
#################
It seems there are some NA in my data. But I don't know how to deal with it?

Could you give me a hand? BTW, whether I did right or not to deal with the large datasets using the pipeline?

Thank you!
Best,
Garen

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.