renamed count_vars_ML previous version as such
This commit is contained in:
parent
14e655eeeb
commit
a5d22540e1
9 changed files with 336 additions and 185 deletions
|
@ -203,6 +203,14 @@ write.csv(bar_or, paste0(outdir_stats, "katg_OR_10.csv"))
|
|||
top10_or$position[top10_or$position%in%active_aa_pos]
|
||||
|
||||
|
||||
# maf
|
||||
bar_maf = bar_or[order(bar_or$maf_percent
|
||||
, bar_or$ligand_distance
|
||||
# bar_or$nca_dist
|
||||
, bar_or$interface_dist
|
||||
, decreasing = T), ]
|
||||
|
||||
head(bar_maf)
|
||||
#########################################################
|
||||
# closest most sig
|
||||
bar_or_lig = bar_or[bar_or$ligand_distance<10,]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue