mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-06 07:10:10 +08:00
Update README.md
This commit is contained in:
parent
4f78920915
commit
ae1e7ba44e
21
README.md
21
README.md
@ -18,6 +18,8 @@ gem install youplot
|
|||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
|
`cat data.tsv | uplot <command> [options]`
|
||||||
|
|
||||||
### barplot
|
### barplot
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
@ -103,7 +105,19 @@ cat gencode.v35.annotation.gff3 | grep -v '#' | grep 'gene' | cut -f1 \
|
|||||||
| uplot bar -d ' ' -t "The number of human gene annotations per chromosome" -c blue
|
| uplot bar -d ' ' -t "The number of human gene annotations per chromosome" -c blue
|
||||||
```
|
```
|
||||||
|
|
||||||
##
|
## Usage
|
||||||
|
|
||||||
|
### how to use YouPlot?
|
||||||
|
|
||||||
|
`uplot` is the same as `youplot`. You can use either.
|
||||||
|
|
||||||
|
| | |
|
||||||
|
|-----------------------------------|------------------------------------------------|
|
||||||
|
| Reads data from standard input | `cat data.tsv \| uplot <command> [options]` |
|
||||||
|
| Reads data from a file | `uplot <command> [options] data.tsv` |
|
||||||
|
| Outputs data from stdin to stdout | `pipeline1 \| uplot <command> -O \| pipeline2` |
|
||||||
|
|
||||||
|
### plot commands
|
||||||
|
|
||||||
| command | short | |
|
| command | short | |
|
||||||
|-----------|-------|----------------------------------------|
|
|-----------|-------|----------------------------------------|
|
||||||
@ -140,6 +154,11 @@ Options:
|
|||||||
uplot colors
|
uplot colors
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Why YouPlot?
|
||||||
|
|
||||||
|
Wouldn't it be a bit of pain to have to run R, Python, Julia, gnuplot or whatever REPL just to check your data?
|
||||||
|
YouPlot is a command line tool for this purpose. With YouPlot, you can continue working without leaving your terminal and shell.
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
Loading…
Reference in New Issue
Block a user