made logo_plot.R source script that pull in all the data
This commit is contained in:
parent
c8be8407e8
commit
9668452e98
2 changed files with 43 additions and 193 deletions
|
@ -41,9 +41,7 @@ sources:
|
|||
-fb flag has default if not supplied
|
||||
|
||||
#========================
|
||||
# ./logo_multiple_muts.R : FIXME,
|
||||
Error in grid.Call(L_textBounds, as.graphicsAnnot(x$label), x$x, x$y, : polygon edge not found (new)
|
||||
https://stackoverflow.com/questions/34220883/error-in-grid-calll-textbounds-as-graphicsannotxlabel-xx-xy-polygon
|
||||
# ./logo_multiple_muts.R
|
||||
#========================
|
||||
./logo_multiple_muts.R -d streptomycin -g gid
|
||||
|
||||
|
@ -56,13 +54,12 @@ sources:
|
|||
## 1 svg of multiple muts for all positions > 1 muts (mutations + wt)
|
||||
|
||||
note:
|
||||
-fa flag has default if not supplied
|
||||
-fb flag has default if not supplied
|
||||
- fa flag has default if not supplied
|
||||
- fb flag has default if not supplied
|
||||
- Error in grid.Call fixed by commenting out image rendering on console
|
||||
|
||||
#========================
|
||||
# ./logo_combined.R : FIXME,
|
||||
Error in grid.Call(L_textBounds, as.graphicsAnnot(x$label), x$x, x$y, : polygon edge not found (new)
|
||||
https://stackoverflow.com/questions/34220883/error-in-grid-calll-textbounds-as-graphicsannotxlabel-xx-xy-polygon
|
||||
# ./logo_combined.R
|
||||
#========================
|
||||
|
||||
sources:
|
||||
|
@ -75,8 +72,9 @@ sources:
|
|||
'logo_plots.R' + 'logo_multiple_muts.R'
|
||||
|
||||
note:
|
||||
-fa flag has default if not supplied
|
||||
-fb flag has default if not supplied
|
||||
- fa flag has default if not supplied
|
||||
- fb flag has default if not supplied
|
||||
- Error in grid.Call fixed by commenting out image rendering on console
|
||||
|
||||
########################################################################
|
||||
# TODO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue