Coder Social home page Coder Social logo

Deseq error about astrobiomike.github.io HOT 2 CLOSED

XELong avatar XELong commented on July 18, 2024
Deseq error

from astrobiomike.github.io.

Comments (2)

XELong avatar XELong commented on July 18, 2024 1

Yes!!! The tutorial had remove the first four column for further analysis by the following step!
count_tab <- read.table("ASVs_counts-no-contam.tsv", header=T, row.names=1,
check.names=F, sep="\t")[ , -c(1:4)]

from astrobiomike.github.io.

AstrobioMike avatar AstrobioMike commented on July 18, 2024

Hi there, Long,

It seems like the rows in the sample info table are not matching up with the columns in the count table. I don't know where that would have happened in your processing. The preview images of each looks like one of them starts with S01 and the other starts with S05. So maybe you dropped some from the count table? There is code in the tutorial that drops 4 "blanks" I think, maybe you did something like that. You just have to find where you dropped those samples. You have to explore the tables more closely. Use things like dim(sample_info_table) and row.names(sample_info_table), and compare that to what you get from dim(count_tab) and col.names(count_tab).

Check those all throughout your R code from the start and find where they diverge.

Good luck!

from astrobiomike.github.io.

Related Issues (20)

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.