various tweaks to make the RShiny dashboards work
This commit is contained in:
parent
5429b8fed7
commit
4f22cd3db1
6 changed files with 33 additions and 14 deletions
|
@ -52,8 +52,8 @@ LogoPlotSnps <- function(plot_df
|
|||
|
||||
{
|
||||
# handle funky omit_snp_count. DOES NOT WORK YET
|
||||
if (class(omit_snp_count != 'numeric')){
|
||||
omit_snp_count <- as.numeric(unlist(str_extract_all(thing, regex("[0-9]"))))
|
||||
if (class(omit_snp_count) != "numeric"){
|
||||
omit_snp_count <- as.numeric(unlist(str_extract_all(omit_snp_count, regex("[0-9]+"))))
|
||||
}
|
||||
############################################
|
||||
# Data processing for logo plot for nsSNPS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue