Giter Club home page Giter Club logo

microbial-bioinformatics-introductory-course-material-2018's People

Contributors

antagomir avatar jjkoehorst avatar mibwurmoleco avatar microsud avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  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  avatar  avatar  avatar

microbial-bioinformatics-introductory-course-material-2018's Issues

Can NG-Tax 2.0 still be accessed through Galaxy?

Having a user interface during the course was pretty convenient. I was wondering if NG-Tax can still be accessed through Galaxy, and if so, on what web address? I searched through all of the course material and did a fair shair of Googling, but I haven't been able to find the Galaxy-version of NG-Tax anymore. Does it still exist?
(I could only find https://galaxy.wur.nl/galaxy_production/ but that does not include NG-Tax in its tools.)

Input files update

We need to test a dataset used with the current latest version of NG-Tax.
Wasin might be able to provide with such a set?

error in modularity of network

under 07-MAW-PV1.Rmd, Interference for microbial network using SpiecEasi, i having some issue with the modularity in network (starting on line 264).

net.c
Pulsar-selected refit of sparseiCov
Path length: 20
Graph dim: 679
Criterion:
stars... sparsity 0.016

mod.net <- net.c$refit

when i trying to run this line at 272,

colnames(mod.net) <- rownames(mod.net) <- colnames(otu.c)#you can remove this
it prompt me an error message, Error in rownames<-(*tmp*, value = c("OTU-9410491526:Bacteroides", : attempt to set 'rownames' on an object with no dimensions

I check on the mod.net, realised 2 of my Dimnames are in NULL type, as shown below

mod.net[["stars"]]@Dimnames[[1]]
NULL
mod.net[["stars"]]@Dimnames[[2]]
NULL

if i skip the rowname, proceed until line 276, No matter the add.rownmanes is TRUE or FALSE also the same error message.

stool.ig.mod <- graph.adjacency(mod.net, mode='undirected', add.rownames = TRUE)
Error in mde(x) : (list) object cannot be coerced to type 'double'

May i know how to fix this? Thank you

network analysis SPIEC-EASI code?

Hello

Thanks very much for sharing this course workflow for analysing microbiome studies.
Is there any possibility to let me know how to work with SPIEC-EASI code used for network analysis after deprecating some parts of the function?
net.c <- spiec.easi(otu.c, method='mb', icov.select.params=list(rep.num=50))

Many Thanks
Marwa

error when making a pairwise list that we want to compare

dear Sir,

i've encounter the following error code

Error in combn(seq_along(lev), 2, simplify = FALSE, FUN = function(i) lev[i]) :
n < m

when i run the following code:

L.pairs <- combn(seq_along(lev), 2, simplify = FALSE, FUN = function(i) lev[i])

it was all ok until this step.

would you kindly help?

thank you.

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.