added barebone notes for logo_plots_func.R
This commit is contained in:
parent
3f7bc908ec
commit
7cbd9b4996
1 changed files with 25 additions and 0 deletions
25
scripts/functions/logo_plots_func.R
Normal file
25
scripts/functions/logo_plots_func.R
Normal file
|
@ -0,0 +1,25 @@
|
|||
#logo plots
|
||||
|
||||
# create functions
|
||||
|
||||
# one with OR
|
||||
# --> select/drop down option to remove empty positions
|
||||
# --> select/drop down option for colour
|
||||
# --> if clustalx and taylor, set variable to black bg + white font
|
||||
# --> if chemistry and hydrophobicity, then grey bg + black font
|
||||
|
||||
# --> select/drop down option for log scale
|
||||
# --> should include WT
|
||||
|
||||
# one for multiple muts
|
||||
# --> select/drop down option to filter count of nsSNPs
|
||||
# --> select/drop down option for colour
|
||||
# --> should include WT
|
||||
|
||||
# Data used
|
||||
wide_df_or # or logo plot
|
||||
wide_df_or_mult # > 1 sites
|
||||
wide_df_logor_m #make it as a scale option
|
||||
tab_mt # mutant logo plot
|
||||
tab_wt # wt logo plot
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue