just tested logo plot msa with embb after correcting the OMINOUS fasta file
This commit is contained in:
parent
59eaf58747
commit
b72ffb5d2c
3 changed files with 7 additions and 6 deletions
|
@ -1,5 +1,6 @@
|
|||
source("~/git/LSHTM_analysis/config/gid.R")
|
||||
#source("~/git/LSHTM_analysis/config/gid.R")
|
||||
#source("~/git/LSHTM_analysis/config/pnca.R") # YES
|
||||
source("~/git/LSHTM_analysis/config/embb.R")
|
||||
#---------------------------------------------------
|
||||
# FIXME
|
||||
# source("~/git/LSHTM_analysis/config/alr.R")
|
||||
|
@ -7,7 +8,7 @@ source("~/git/LSHTM_analysis/config/gid.R")
|
|||
# source("~/git/LSHTM_analysis/config/katg.R")
|
||||
# source("~/git/LSHTM_analysis/config/rpob.R")
|
||||
#---------------------------------------------------
|
||||
#source("~/git/LSHTM_analysis/scripts/plotting/get_plotting_dfs.R")
|
||||
source("~/git/LSHTM_analysis/scripts/plotting/get_plotting_dfs.R")
|
||||
#
|
||||
# ################################
|
||||
# # Logo plot with custom Y axis
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
rpob rifampicin
|
||||
embb ethambutol
|
||||
alr cycloserine
|
||||
gid streptomycin
|
||||
katg isoniazid
|
||||
pnca pyrazinamide
|
||||
gid streptomycin
|
||||
embb ethambutol
|
||||
rpob rifampicin
|
||||
|
|
|
@ -39,7 +39,7 @@ head(msa_seq)
|
|||
#================
|
||||
|
||||
#in_filename_fasta = paste0(tolower(gene), ".1fasta")
|
||||
in_filename_fasta = paste0(tolower(gene), "2.2fasta") # gid
|
||||
in_filename_fasta = paste0(tolower(gene), "2_f2.fasta") # gid
|
||||
|
||||
infile_fasta = paste0(indir, "/", in_filename_fasta)
|
||||
cat("\nInput fasta file for WT: ", infile_fasta, "\n")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue