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
storage.mode(bwlist) <-"integer"# This is important in ccdr_call to check overlap between blacklist and whitelist, fails if numerics are mixed with ints
44
48
rows_to_list(bwlist)
45
49
} # END BWLIST_CHECK
46
50
51
+
### Convert b/w lists to weight matrix of {-1,0,1}
52
+
# -1 = black listed (guaranteed to be absent / zero)
53
+
# 0 = white listed (guaranteed to be present / nonzero)
0 commit comments