logoP SNP adj

This commit is contained in:
Tanushree Tunstall 2022-03-06 14:48:53 +00:00
parent 56a6aa8c7e
commit ac78fe16cd

View file

@ -51,6 +51,10 @@ 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]"))))
}
############################################
# Data processing for logo plot for nsSNPS
############################################