You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
depth=10000 # sequencing depth (arbitrary, as we run in single-cell mode)
load("./RData/Mitchell_et_al/SNVs.RData")
snvs <- list(data.frame(VAF=snvs[[patient.id]], Depth=100, varCounts=snvs[[patient.id]]*100)) # set arbitrary Depth of 100x (doesn't matter, as the information is later only used to filter variants with very small or very high coverage, what was, however, already done for this data).