updated TASK in hist_af_or_combined.R

This commit is contained in:
Tanushree Tunstall 2020-10-06 16:43:59 +01:00
parent a549e52825
commit 9d2d6cfd84

View file

@ -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