setwd("~/projects/0.network.aging.prj/9.ken")
tb = read.csv('conditionsWeibRedo.csv')
tb$genotype = toupper( as.character(tb$genotype))
str(tb)
tb2 = read.csv("SceORF_name.csv", header=F, colClass=c("character", "character"))
table( tb$genotype %in% tb2$V2 )
No comments:
Post a Comment