Giter VIP home page Giter VIP logo

noobomics's Introduction

noobomics

A very quick and unsophisticated approach to exploring RNAseq and Proteomic data to distill out hypothesis-driven candidates.

To install this package simply use devtools and install.github() as such:

library(devtools)
install_github("KyleStiers/noobomics/Desktop/noobomics/noobomics")

Prepare your data in excel or whatever you prefer. This package requires the frames be already sorted (Sort function in Excel) by ID - as long as they are treated the same the package will work. As of now IDs must match exactly to count, in the future I'll likely add some substring searching.

The 1st data frame should look something like this in the csv:
ID, rna_WT, rna_Mutant1, rna_Mutant2
abcd,10,20,30

The second frame should be exactly the same format but with unique headers:
ID, prot_WT, prot_Mutant1, prot_Mutant2
abcd, 2, 5, 7

Then once you have your two dataframes (df1, df2) loaded in simply run:

noobomics(df1, df2)
or
noobomics::noobomics(df1, df2)

This will plot the log2() transformed data as density distributions, scatterplots with Pearson correlation coefficients, a heatmap (with default clustering), and finally the biplot of the Principal Component Analysis.

I have many features planned for the future. Please feel free to also suggest things, give notes.

noobomics's People

Contributors

kylestiers avatar

Watchers

 avatar  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.