mutation box info for all mutations
This commit is contained in:
parent
3b2e8ce02a
commit
a6326942a6
1 changed files with 1 additions and 1 deletions
2
server.R
2
server.R
|
@ -251,7 +251,7 @@ shinyServer(function(input, output){
|
|||
HTML(paste0("<strong>PDB ID: </strong>", as.character(genes[genes$Gene==selected_gene,"PDB"]),"<br/>",
|
||||
"<strong>AlphaFold ID: </strong>", as.character(genes[genes$Gene==selected_gene,"AF_PDB"]), "<br/>"
|
||||
"<strong>Gene: </strong>", selected_gene, "<br/>"
|
||||
"<strong>Mutations Observed: </strong>",as.character(as.matrix(unique_missense_genes[unique_missense_genes[,'gene_name']==selected_gene,"total_muts_per_gene"])[1]),"<br/>"
|
||||
"<strong>Mutations Observed: </strong>",as.character(as.matrix(unique_missense_genes[unique_missense_genes[,'gene_name']==selected_gene,"total_muts_per_gene"])[1]),"<br/>",
|
||||
as.character(genes[genes$Gene==selected_gene,"AF_PDB"]), "<br/>"
|
||||
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue