cowplot
This commit is contained in:
parent
ad323082d0
commit
f9db5cbc33
1 changed files with 2 additions and 1 deletions
|
@ -818,7 +818,8 @@ if (interactive()){
|
||||||
### NGLViewer ####
|
### NGLViewer ####
|
||||||
# Structure Viewer WebGL/NGLViewR window
|
# Structure Viewer WebGL/NGLViewR window
|
||||||
output$structure <- renderNGLVieweR({
|
output$structure <- renderNGLVieweR({
|
||||||
ngl_gene=isolate(input$switch_target)
|
#ngl_gene=isolate(input$switch_target)
|
||||||
|
ngl_gene=input$switch_target
|
||||||
ngl_drug=target_map[[ngl_gene]]
|
ngl_drug=target_map[[ngl_gene]]
|
||||||
ngl_pdb_file=paste0(load_dir, "Data/", ngl_drug, '/output/depth/', ngl_gene, '_complex.pdb')
|
ngl_pdb_file=paste0(load_dir, "Data/", ngl_drug, '/output/depth/', ngl_gene, '_complex.pdb')
|
||||||
print(ngl_pdb_file)
|
print(ngl_pdb_file)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue