updated TASK in hist_af_or_combined.R
This commit is contained in:
parent
a549e52825
commit
9d2d6cfd84
1 changed files with 9 additions and 3 deletions
|
@ -1,8 +1,14 @@
|
||||||
#!/usr/bin/env Rscript
|
#!/usr/bin/env Rscript
|
||||||
#########################################################
|
#########################################################
|
||||||
# TASK: producing histogram of AF
|
# TASK: producing histogram of AF and OR
|
||||||
# basic
|
# output svgs
|
||||||
# basic
|
# 1) hist of af
|
||||||
|
# 2) hist of or
|
||||||
|
# 3) hist of af_or combined
|
||||||
|
# 4) hist of af: from muts and samples dfs combined (EXPLORATORY!)
|
||||||
|
# 5) hist and barplots for af_or combined with median line
|
||||||
|
# 6) hist and barplots for af_or combined withOUT median line (Turned OFF)
|
||||||
|
|
||||||
#########################################################
|
#########################################################
|
||||||
#=======================================================================
|
#=======================================================================
|
||||||
# working dir and loading libraries
|
# working dir and loading libraries
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue