Code Monkey home page Code Monkey logo

Comments (5)

zhxiaokang avatar zhxiaokang commented on August 10, 2024

Hi, the error indicates that the problem happens when using the package mygene. It is used twice in scripts/visualize.R: line 57 gene.symbol.dea.all <- queryMany(gene.id.dea, scopes = 'ensembl.gene', fields = 'symbol') and line 106 gene.symbol.norm.table <- queryMany(gene.id.norm.table, scopes = 'ensembl.gene', fields = 'symbol')$symbol. As you said that volcanoplot is plotted (in line 88), so the error must come from line 106.

Reading the code in scripts/visualize.R from line 90 to line 106, it's clear that the problem is the normalized count table: control_gene_norm.tsv and treat_gene_norm.tsv. Could you check them out (maybe compare them with the example data data/example/dea/countGroup/oil_control_gene_norm.tsv and data/example/dea/countGroup/oil_low_gene_norm.tsv)?

from rasflow.

yashsondhi avatar yashsondhi commented on August 10, 2024

Hi,
I compared the files and found that there is an addition of the word gene: in front of the gene id if I remove all of these it runs. I will work on removing it in R, I could fix it easily in python, but if you have any suggestions on doing it in the script, that would be helpful. Thank you

from rasflow.

zhxiaokang avatar zhxiaokang commented on August 10, 2024

I see. The extra word "gene" before the gene ID confused the program. But the design of RASflow shouldn't add that extra word. So I can't figure out why that is happening without taking a look at your code and data. Otherwise, if a little bit of manual work (removing it manually) is OK for you, then it's fine.

from rasflow.

yashsondhi avatar yashsondhi commented on August 10, 2024

from rasflow.

zhxiaokang avatar zhxiaokang commented on August 10, 2024

Sounds great! I'll close the issue for now. Feel free to open it whenever it's necessary

from rasflow.

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.