saving work from panino
This commit is contained in:
parent
33e3b5a0a6
commit
a590354f15
2 changed files with 10 additions and 6 deletions
|
@ -228,9 +228,11 @@ length(unique((df3$mutationinformation)))
|
|||
#
|
||||
# #dm _om
|
||||
table(df3$mutation_info)
|
||||
table(df3$mutation_info_labels)
|
||||
table(df3$mutation_info_orig)
|
||||
table(df3$mutation_info_labels_orig)
|
||||
|
||||
table(df3$mutation_info_labels) # different, and matches dst_mode
|
||||
table(df3$dst_mode)
|
||||
|
||||
# test_set
|
||||
na_count <-sapply(df3, function(y) sum(length(which(is.na(y)))))
|
||||
|
@ -246,8 +248,10 @@ table(df3[drug])
|
|||
|
||||
df3_complete = df3
|
||||
table(df3_complete$dst_mode)
|
||||
|
||||
comp_lin_all = df3_complete[df3_complete$lineage_labels%in%c("L1", "L2", "L3", "L4"),]
|
||||
table(comp_lin_all$lineage); sum(table(comp_lin_all$lineage))
|
||||
|
||||
df3_actual = df3[!is.na(df3$dst), ]
|
||||
table(df3_actual$dst_mode)
|
||||
|
||||
comp_lin_actual = df3_actual[df3_actual$lineage_labels%in%c("L1", "L2", "L3", "L4"),]
|
||||
table(comp_lin_actual$lineage); sum(table(comp_lin_actual$lineage))
|
Loading…
Add table
Add a link
Reference in a new issue