Code Monkey home page Code Monkey logo

barcelona's People

Contributors

llrs avatar

Watchers

 avatar  avatar  avatar

barcelona's Issues

Merge with the original data.frame with information about the disease.

Barcelona/R/modelling.R

Lines 53 to 56 in f54750b

# TODO: Merge with the original data.frame with information about the disease.
models2 <- list(model1, model1i, model2, model2i)
Ab <- lapply(A, function(x) scale2(x, bias = TRUE)/sqrt(NCOL(x)))
out <- lapply(models2, use, A = Ab2, c1 = shrinkage[1:2])


This issue was generated by todo based on a TODO comment in f54750b. It's been assigned to @llrs because they committed the code.

See if this is a good choice

Barcelona/R/diversity.R

Lines 47 to 52 in a2242f4

# conn <- gzfile("data/TNF.all.samples.original.counts.tsv.gz") # TODO See if this is a good choice
rna <- read.table(conn, sep = "\t", check.names = FALSE)
colnames(rna) <- gsub(" reseq$", "", colnames(rna))
colnames(rna)[grep("[Ww]", colnames(rna))] <- tolower(colnames(rna)[grep("[Ww]", colnames(rna))])


This issue was generated by todo based on a TODO comment in a2242f4. It's been assigned to @llrs because they committed the code.

study as cofacto

Barcelona/R/QC.R

Lines 156 to 161 in 6426500

# TODO study as cofacto
library("decontam")
count_decontam <- t(as.matrix(counts))
colnames(count_decontam) <- family$Family
decontamination <- isContaminant(count_decontam, neg = out$Study %in% "NC",
method = "auto", conc = out$Concentr,


This issue was generated by todo based on a TODO comment in 6426500. It's been assigned to @llrs because they committed the code.

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.