Skip to content
Snippets Groups Projects
Commit a1494a44 authored by Holger Brandl's avatar Holger Brandl
Browse files

started docs

parent fadb4dbb
No related branches found
No related tags found
No related merge requests found
Some little helpers to work with data, and bio-data in particular.
\ No newline at end of file
Some little helpers to work with data, and bio-data in particular.
To use them just source them when needed.
Use the issue tracker to suggest changes or to report problems
Bash
===
LSF Cluster Utils:
```
source <(curl https://dl.dropboxusercontent.com/u/113630701/datautils/bash/lsf_utils.sh 2>&1 2>/dev/null)
```
Tools to simplify bio-dataprocessing in bash
```
source <(curl https://dl.dropboxusercontent.com/u/113630701/datautils/bash/bioinfo_utils.sh 2>&1 2>/dev/null)
```
R
===
The R bits are split up into tools for
* general data handling
* plotting using ggplot2
* bioinformatics using various bioconductor packages
```
devtools::source_url("https://dl.dropboxusercontent.com/u/113630701/datautils/R/core_commons.R")
devtools::source_url("https://dl.dropboxusercontent.com/u/113630701/datautils/R/ggplot_commons.R")
devtools::source_url("https://dl.dropboxusercontent.com/u/113630701/datautils/R/bio/bioinfo_commons.R")
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment