Description Usage Arguments Value
View source: R/highlightAssemblyErrors.R
highlightAssemblyErrors – Master function to identify misorientations and chimeras in the assembly
1 2 3 | highlightAssemblyErrors(path, splitBy = 1e+06, cluster = 1,
clusterParam = NULL, pairedEnd = TRUE, qual = 10, gapFile = NULL,
verbose = TRUE)
|
path |
String denoting location of Strand-seq bam files |
splitBy |
integer determining the average size contigs should be split by |
cluster |
Number of times to recluster and take the consensus of. If NULL, clustering is run only once. |
clusterParam |
optional |
pairedEnd |
Whether the bam files being read are in paired end format. Default is TRUE. Note, |
qual |
Mapping quality threshold. Default is 1 |
gapFile |
A GRanges object consisting of start and end locations of assembly gaps (defaul it NULL) |
verbose |
prints messages to the terminal (default is TRUE) |
a directional ChrTable object that can be used in downstream functions (strandSeqFreqTable)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.