# load the data from one rc file
data(rc1)
# clean and organize the data in this single file
mydata <- cleanData(file = rc1, pops = 7:10)
# organize the information by contigs
mydata <- prepareFile(data = mydata, nPops = 4)
# remove sites with less than 10 reads or more than 180
remove_realReads(nPops = 4, data = mydata, minimum = 10, maximum = 180)
Run the code above in your browser using DataLab