finding seq discrepancy in MSA for embb
This commit is contained in:
parent
af04c69d66
commit
68a092037b
4 changed files with 36 additions and 9 deletions
|
@ -1,4 +1,6 @@
|
|||
source("~/git/LSHTM_analysis/config/gid.R")
|
||||
#source("~/git/LSHTM_analysis/config/gid.R")
|
||||
source("~/git/LSHTM_analysis/config/alr.R")
|
||||
|
||||
source("~/git/LSHTM_analysis/scripts/plotting/get_plotting_dfs.R")
|
||||
|
||||
################################
|
||||
|
@ -56,3 +58,24 @@ LogoPlotSnps(plot_df = merged_df3
|
|||
, leg_tts = 16 # leg title size
|
||||
)
|
||||
|
||||
|
||||
|
||||
########################################
|
||||
# Logo plot MSA
|
||||
# Mutant and wild-type
|
||||
# wild-type and mutant aa
|
||||
# script: logoP_msa.R
|
||||
########################################
|
||||
# msa1 = read.csv("/home/tanu/git/Data/cycloserine/output/alr_msa.csv", header = F)
|
||||
# head(msa1)
|
||||
# msa_seq= msa1$V1
|
||||
# head(msa_seq)
|
||||
#
|
||||
# msa2 = read.csv("/home/tanu/git/Data/cycloserine/input/alr.1fasta", header = F)
|
||||
# head(msa2)
|
||||
# wt_seq = msa2$V1
|
||||
# head(wt_seq)
|
||||
#
|
||||
# # BOTH WORK
|
||||
# LogoPlotMSA(msa_seq, wt_seq)
|
||||
# LogoPlotMSA(msa1, msa2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue