Skip to content

Commit

Permalink
Update cbio.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluebbert authored Dec 22, 2024
1 parent c6fc44e commit 62945c7
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions docs/src/es/cbio.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ gget cbio plot \
-g AKT1 ALK FLT4 MAP3K1 MLL2 MLL3 NOTCH3 NOTCH4 PDCD1 RNF43 \
-st tissue \
-vt mutation_occurrences \
-dpi 200 \
-y
-dpi 200
```
```python
# Python
Expand All @@ -137,8 +136,7 @@ gget cbio plot \
-g AKT1 ALK FLT4 MAP3K1 MLL2 MLL3 NOTCH3 NOTCH4 PDCD1 RNF43 \
-st sample \
-vt Consequence \
-dpi 200 \
-y
-dpi 200
```
```python
# Python
Expand Down Expand Up @@ -166,8 +164,7 @@ gget cbio plot \
-st sample \
-vt Consequence \
-f tissue:intestine \
-dpi 200 \
-y
-dpi 200
```
```python
# Python
Expand Down Expand Up @@ -197,7 +194,6 @@ gget cbio plot \
-vt Consequence \
-f tissue:intestine \
-dpi 200 \
-y \
-t "Intestinal Mutations" \
-fn intestinal_mutations.png
```
Expand Down

0 comments on commit 62945c7

Please sign in to comment.