Giter Club home page Giter Club logo

Comments (5)

ehickman0817 avatar ehickman0817 commented on June 18, 2024 1

Ok, so the issue was that internally orthogene was converting the single-column data.frame (your input) to a vector, which is the default behaviour of R.

gene_df2 <- gene_df[genes %in% gene_map$input_gene, ]

I've edited the code above to avoid this. Will push the changes to the Bioc release with this fix, but in the meantime the easier solution for you would be to add a dummy column to your input data.frame, which will prevent it from getting turned into a vector later on.

human_genes <- data.frame(read.csv("Human_gene_list_reprex.csv"))
human_genes$dummy <- NA

Let me know if that works for you!

This worked! Thanks so much!

from orthogene.

bschilder avatar bschilder commented on June 18, 2024

Thanks for the detailed reprex @ehickman0817! Though I can't seem to find the "Human_gene_list_reprex.csv" file you mentioned.

from orthogene.

bschilder avatar bschilder commented on June 18, 2024

Thanks for the detailed reprex @ehickman0817! Though I can't seem to find the "Human_gene_list_reprex.csv" file you mentioned.

Ah, actually found it in the SessionInfo!
https://github.com/neurogenomics/orthogene/files/12004790/Human_gene_list_reprex.csv

from orthogene.

ehickman0817 avatar ehickman0817 commented on June 18, 2024

Thanks for the detailed reprex @ehickman0817! Though I can't seem to find the "Human_gene_list_reprex.csv" file you mentioned.

Ah, actually found it in the SessionInfo! https://github.com/neurogenomics/orthogene/files/12004790/Human_gene_list_reprex.csv

Great, thanks! Sorry, this is my first time posting a reprex, glad you found it!!

from orthogene.

bschilder avatar bschilder commented on June 18, 2024

Ok, so the issue was that internally orthogene was converting the single-column data.frame (your input) to a vector, which is the default behaviour of R.

gene_df2 <- gene_df[genes %in% gene_map$input_gene, ]

I've edited the code above to avoid this. Will push the changes to the Bioc release with this fix, but in the meantime the easier solution for you would be to add a dummy column to your input data.frame, which will prevent it from getting turned into a vector later on.

human_genes <- data.frame(read.csv("Human_gene_list_reprex.csv"))
human_genes$dummy <- NA

Let me know if that works for you!

from orthogene.

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.