added mut_landscape.R that outputs the mutational positions and annotations for generating the structural landscape of all gene-targets
This commit is contained in:
parent
26f284d76e
commit
d6a63eed21
2 changed files with 157 additions and 1 deletions
|
@ -212,7 +212,7 @@ str(a)
|
|||
###################################################
|
||||
###################################################
|
||||
###################################################
|
||||
#
|
||||
|
||||
source("~/git/LSHTM_analysis/config/alr.R")
|
||||
source("~/git/LSHTM_analysis/config/embb.R")
|
||||
source("~/git/LSHTM_analysis/config/gid.R")
|
||||
|
@ -231,6 +231,7 @@ table(df3$mutation_info)
|
|||
table(df3$mutation_info_orig)
|
||||
table(df3$mutation_info_labels_orig)
|
||||
|
||||
# used in plots and analyses
|
||||
table(df3$mutation_info_labels) # different, and matches dst_mode
|
||||
table(df3$dst_mode)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue