Code Monkey home page Code Monkey logo

tidysig's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

wooyaalee

tidysig's Issues

Function: plot_context

While it's currently possible to plot mutational context proportions, the API for doing so is bad. There should just be a plot_context wrapper to plot_signature().

Integrate site classification from presig

It would be useful to add the site classification functions from presig to tidysig. This way, users would not have to switch programming languages. The classification algorithm of presig is pretty simple, so there's not a lot of work to accomplish this assuming we can get an easy-to-use VCF reader.

ylims remove large values

As is typical for ggplot2, ylim() truncates plot data rather than just "zooming" the axes.

To fix this, I need to use coord_cartesian(expand=FALSE, ylim=ylimits) rather than just ylimits.

Some PCAWG CSVs trigger warnings / errors

When calling transform_sigprofiler_df, some CSV files will trigger warnings like this:

Transforming SigProfiler SBS96 signature / counts file.
Warning messages:
1: Trying to compute distinct() for variables not found in the data:
- `MutationType`
This is an error, but only a warning is raised for compatibility reasons.
The operation will return the input unchanged. 
2: Trying to compute distinct() for variables not found in the data:
- `MutationType`
This is an error, but only a warning is raised for compatibility reasons.
The operation will return the input unchanged.

This is likely because the variable munging process is still not completely robust to every version of SigProfiler dataframe observed. Hopefully, further testing will catch more of these. The best fix is likely to use something like janitor to automatically relabel the variables.

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.