Giter Club home page Giter Club logo

candidaev's People

Contributors

csdaw avatar

candidaev's Issues

Consider changing directory contents display

Currently, directory contents are displayed as such in README.md:

    .
    ├── ...
    ├── /directory1
    │    ├── /directory2     # Short description of contents
    │    ├── README.Rmd      # R markdown file to produce README.md
    │    └── README.md       # Description of /directory1 directory
    └── ...

Potentially change this to a table with the directory/folder name (and link) on the left and
the short description on the right.

For example:

File/folder Short description
/R Short description goes here
/data-raw Another short description

Add extra README files to .rbuildignore

I've added extra README.md (and corresponding README.Rmd) files to each directory in this repo to provide a detailed description of the contents of said directory and to explain how the contents can be used/viewed/downloaded.

It is important that these are added to .Rbuildignore so that (except the root README.md) they are not included when the package is built.

`plot_heatmap2` is very slow and has incorrect error messages.

The plot_heatmap2 function which is modified from the plot_heatmap function from the DEP package works but is quite slow.

Perhaps removing some of the unnecessary (for this project) internal functions will speed it up.

Additionally, in future I need to update some of the old error messages.

Rewrite `plot_volcano2` for wider compatibility

The applications of plot_volcano2 are restricted due to overly specific assertions and because it requires a specific input format.

Need to rewrite to allow specification of columns with desired p-values and logFCs and labels for plotting.

Combine `na_filter` functions

The multiple na_filter functions in util.R are the same thing but with different operators e.g. &, <=, >=, etc.

They should be combined into a single function (should be relatively simple).

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.