powered by
data(mutData)
chromosome
position
refbase
mutbase
rsID
t_ref_count
t_alt_count
allelefreq
n_ref_count
n_alt_count
data(mutData) head(mutData) #only mutations in the CNLOH region onlyMuts<-subset(mutData,is.na(rsID) & position <= 1.8E7)
Run the code above in your browser using DataLab