# 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 according to the coverage quantile
remove_quantileReads(nPops = 4, data = mydata)
Run the code above in your browser using DataLab