From 62945c71a7da93e7547f18af107fe3c944d9003c Mon Sep 17 00:00:00 2001 From: "Laura Luebbert, Ph.D." <56094636+lauraluebbert@users.noreply.github.com> Date: Sun, 22 Dec 2024 14:49:10 -0500 Subject: [PATCH] Update cbio.md --- docs/src/es/cbio.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/src/es/cbio.md b/docs/src/es/cbio.md index 9eea355e..f4e0683a 100644 --- a/docs/src/es/cbio.md +++ b/docs/src/es/cbio.md @@ -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 @@ -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 @@ -166,8 +164,7 @@ gget cbio plot \ -st sample \ -vt Consequence \ -f tissue:intestine \ - -dpi 200 \ - -y + -dpi 200 ``` ```python # Python @@ -197,7 +194,6 @@ gget cbio plot \ -vt Consequence \ -f tissue:intestine \ -dpi 200 \ - -y \ -t "Intestinal Mutations" \ -fn intestinal_mutations.png ```