#Get a data.frame of ordered contigs from cells from the same organism, aligned to the same genome
data("exampleLGList")
data("exampleWCMatrix")
data("exampleStrandFreq")
data("exampleReadCounts")
contigOrder <- orderAllLinkageGroups(exampleLGList,
exampleWCMatrix,
exampleStrandFreq,
exampleReadCounts)
plotContigOrder(contigOrder)Run the code above in your browser using DataLab