Coder Social home page Coder Social logo

Comments (11)

stianlagstad avatar stianlagstad commented on August 20, 2024

Hi,

Thank you for your interest in chimeraviz! Currently the package only supports the human genome (hg19 and hg38), but it would be interesting to improve chimeraviz to support other genomes as well. Is it only the mm10 genome you're interested in?

Note to self:

from chimeraviz.

wyzhangMPI avatar wyzhangMPI commented on August 20, 2024

Yes, mm10 is my current interest. Would that be possible that to guide the chimeraviz to read in the mm10 meta data, i.e., cytoband data, and do the visualization?
Thanks!

from chimeraviz.

stianlagstad avatar stianlagstad commented on August 20, 2024

Are you able to share your fusion finder results file, as well as a corresponding .bam file? That would help me add support for mm10 much faster :)

from chimeraviz.

wyzhangMPI avatar wyzhangMPI commented on August 20, 2024

from chimeraviz.

stianlagstad avatar stianlagstad commented on August 20, 2024

Great! If there are no unexpected problems then it won't take long for me to implement support for mm10 :)

from chimeraviz.

wyzhangMPI avatar wyzhangMPI commented on August 20, 2024

from chimeraviz.

stianlagstad avatar stianlagstad commented on August 20, 2024

If you can install chimeraviz from git now (with devtools::install_git("https://git.bioconductor.org/packages/chimeraviz.git")), mm10 should work :) I've done some testing, but there might a couple of bugs I've missed. Please let me know about any issues you run into.

Note that this is the development version of chimeraviz. You might have to use a newer version of R, and newer versions of the supporting Bioconductor packages.

from chimeraviz.

wyzhangMPI avatar wyzhangMPI commented on August 20, 2024

from chimeraviz.

stianlagstad avatar stianlagstad commented on August 20, 2024

I'm sorry about that - it might've been because devtools::install_git didn't install all the dependencies. The development version of chimeraviz (available at https://bioconductor.org/packages/devel/bioc/html/chimeraviz.html) has been updated to reflect yesterdays changes. So if you're able to install it from the instructions there, you should be good to go. Note however that the development version of Bioconductor is having some issues with CRAN packages on Windows at the moment, so it might not work for you if you're using Windows.

However, if you're able to work with Docker, I just tested it and that works. Dockerfile:

FROM bioconductor/devel_core2

RUN R -e 'source("https://bioconductor.org/biocLite.R");biocLite("chimeraviz")'

Build that with docker build . -t chimeravizDevBuild (will take a few minutes). Then start with docker run -it -p 8787:8787 chimeravizDevBuild. http://localhost:8787/ should then work:
screenshot from 2017-12-01 15-10-43

The Bioconductor Docker images are built from the rocker:rstudio images, which give you the very nice Rstudio server.

from chimeraviz.

wyzhangMPI avatar wyzhangMPI commented on August 20, 2024

from chimeraviz.

stianlagstad avatar stianlagstad commented on August 20, 2024

That's great :) Do let me know how the mm10 support works for you. Just reopen this issue if there are any problems.

from chimeraviz.

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.