-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
1,132 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,124 @@ | ||
# add `align` object works well | ||
|
||
Cannot add `align_dendro()` to `quad_free()` | ||
i `quad_free()` cannot align observations in vertical direction | ||
|
||
--- | ||
|
||
Cannot add `ggalign()` to `quad_free()` | ||
i `quad_free()` cannot align observations in vertical direction | ||
|
||
--- | ||
|
||
Cannot add `align_kmeans(3L)` to `quad_free()` | ||
i `quad_free()` cannot align observations in horizontal direction | ||
|
||
# add `stack_layout()` builds well | ||
|
||
Cannot add `stack_freev()` to `quad_free()` | ||
i no active annotation stack | ||
i try to activate an annotation stack with `anno_*()` | ||
|
||
--- | ||
|
||
Cannot add `stack_freev()` to `quad_free()` | ||
i top annotation stack already exists | ||
|
||
--- | ||
|
||
Cannot add `(stack_freev() + quad_free(mpg) + quad_free(mpg))` to `quad_free()` | ||
i annotation stack cannot contain nested layout | ||
|
||
--- | ||
|
||
Cannot add `stack_freeh()` to `quad_free()` | ||
i only vertical stack is allowed in top annotation | ||
|
||
--- | ||
|
||
Cannot add `stack_alignv()` to a `quad_free()` | ||
i `quad_free()` cannot align observations in vertical direction | ||
|
||
--- | ||
|
||
Cannot add `stack_alignh()` to `quad_alignh()` | ||
i no active annotation stack | ||
i try to activate an annotation stack with `anno_*()` | ||
|
||
--- | ||
|
||
Cannot add `stack_freev()` to `quad_alignh()` | ||
i no active annotation stack | ||
i try to activate an annotation stack with `anno_*()` | ||
|
||
--- | ||
|
||
Cannot add `stack_freev()` to `quad_alignh()` | ||
i top annotation stack already exists | ||
|
||
--- | ||
|
||
object 'mpsmall_matg' not found | ||
|
||
--- | ||
|
||
Cannot add `(stack_freev() + quad_free(mpg) + quad_free(mpg))` to `quad_alignh()` | ||
i annotation stack cannot contain nested layout | ||
|
||
--- | ||
|
||
Cannot add `(stack_alignh() + ggheatmap(small_mat) + ggheatmap(small_mat))` to `quad_alignh()` | ||
i annotation stack cannot contain nested layout | ||
|
||
--- | ||
|
||
Cannot add `stack_freeh()` to `quad_alignh()` | ||
i only vertical stack is allowed in top annotation | ||
|
||
--- | ||
|
||
Cannot add `stack_alignv()` to a `quad_alignh()` | ||
i `quad_alignh()` cannot align observations in vertical direction | ||
|
||
--- | ||
|
||
Cannot add `stack_alignv()` to `quad_alignv()` | ||
i no active annotation stack | ||
i try to activate an annotation stack with `anno_*()` | ||
|
||
--- | ||
|
||
Cannot add `stack_freeh()` to `quad_alignv()` | ||
i no active annotation stack | ||
i try to activate an annotation stack with `anno_*()` | ||
|
||
--- | ||
|
||
Cannot add `stack_freeh()` to `quad_alignv()` | ||
i top annotation stack already exists | ||
|
||
--- | ||
|
||
Cannot add `stack_alignv()` to `quad_alignv()` | ||
i left annotation stack already exists | ||
|
||
--- | ||
|
||
Cannot add `(stack_freeh() + quad_free(mpg) + quad_free(mpg))` to `quad_alignv()` | ||
i annotation stack cannot contain nested layout | ||
|
||
--- | ||
|
||
Cannot add `(stack_alignv() + ggheatmap(small_mat) + ggheatmap(small_mat))` to `quad_alignv()` | ||
i annotation stack cannot contain nested layout | ||
|
||
--- | ||
|
||
Cannot add `stack_freeh()` to `quad_alignv()` | ||
i only vertical stack is allowed in top annotation | ||
|
||
--- | ||
|
||
Cannot add `stack_alignh()` to `quad_alignv()` | ||
i only vertical stack is allowed in top annotation | ||
|
Oops, something went wrong.