Code Monkey home page Code Monkey logo

synergize's Introduction

synergize

Synergize: a function in R and Python to unite similarities


This is a personal project made when I had to explore extensive lists of genes and related biological processes across experiments. The main question was "I have many experimental groups. Each group has different elements, and each element has different characteristics. How do I get which elements are common to each pair of groups and sum up their characteristics?"


Example

Group1_Resources Group1_Components_made_from_resources Group2_Resources Group2_Components_made_from_resources
clay pot,jar,tile rock limestone,chalk,marble
petroleum plastic,fuel,asphalt,sweetner sand chips,glass
rock marble,iron,copper petroleum fuel,fungicide

Using this example as a template, synergize compares both "Resources" rows, then "Components_made_from_resources" and returns which are similar and how many "Components_made_from_resources" are common.

Elements Characteristics Total
rock limestone,chalk,marble,iron,copper 5
petroleum plastic,fuel,asphalt,sweetner,fungicide 5

The function accept a dataframe as input. The arguments el1 and el2 are the elements of each group, char1 and char2 are their characteristics, and name1, name2, name3 are the names for each column in the final table (default is 'Element', 'Characteristics' and 'Total', respectively).

Note

The data frame values must be padronized. Be very cautious about typos, and letter case and avoid whitespaces.

Python version does not accept "nan" values in the characteristics column

synergize's People

Contributors

henrichap avatar

Watchers

 avatar

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.