An open API service indexing awesome lists of open source software.

https://github.com/likelet/rscriptcollection

Rscripts collection for ploting in daily research life
https://github.com/likelet/rscriptcollection

Last synced: 27 days ago
JSON representation

Rscripts collection for ploting in daily research life

Awesome Lists containing this project

README

        

# RscriptCollection
This repo collected the custmized R script and the relavent plot.
Currently, only a few scripts were presented on git and i will be happy to write the datail usage of each script to make it repproductive for others.

## Project structure

| Directory | Content |
| --------- | ------- |
| [images](images) | Hold images produced by scripts |
| [scriptsWithData](scriptsWithData) | Maintain scripts (and data if exists) |

## Gallery

### Cleavage plot

![Cleavage plot](images/cleavage_plot.png)

### Tumor VS Met plot

![Tumor VS Met plot](images/met_VS_tum.png)

### Gene cumsum number plot

![Gene cumsum number plot](images/gene_cumsum_num.png)

### Gene expression Box plot in TCGA pancancer

![Gene expression boxplot in TCGA](images/geneExpression_tcga.png)

### Indel ditribution plot based on Crispr cas9 PCR result

![Indel distribution plot](images/Indel_distribution.png)

### Forest plot

![Forest plot](images/forestplot.png)

### BarRatio Plot

![BarRatioplot](images/barRatioPlot.png)

### Heatmap for cfDNA

![heatmapForcfDNA](images/heatmapForcfDNA.png)

## How to contribute

Fork this repo, then add/modify contents according to the [structure](#project-structure).

For scripts with data, you should create a **new folder** then place them in. For single script, just leave it alone.