Description Usage Arguments Value Examples
function to write contig order to BED file
1 2 3 |
chrTable |
a GRanges object with a 'name' meta column matching contig names. Product of makeChrTable |
orientationData |
ChrTable of contig and strand (with rownames matching contig names). Product of reorientAndMergeLGs[[2]] |
contigOrder |
an object of type ContigOrdering with ordered Linkage Groups and contigs. Product of orderAllLinkageGroups |
libWeight |
average quality across all libraries for a contig |
file |
character string for bed file name to write |
NULL; BED file written to file
1 2 3 4 5 6 7 8 9 | ## Not run:
data("exampleDividedChr")
writeBed(exampleDividedChr,
reorientedMatrix[[2]],
contigOrder)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.