Usage
## S3 method for class 'StrandFreqMatrix':
preprocessStrandTable(strandTable,
strandTableThreshold = 0.8, filterThreshold = 0.8,
orderMethod = "libsAndConc", lowQualThreshold = 0.9, verbose = TRUE,
minLib = 10, ignoreInternalQual = FALSE)
Arguments
strandTable
data.frame containing the strand table to use as input
strandTableThreshold
threshold at which to call a contig WW or CC rather than WC
filterThreshold
maximum number of libraries a contig can be NA or WC in
orderMethod
the method to oder contigs. currently libsAndConc only option. Set to FALSE to not order contigs based on library quality
lowQualThreshold
background threshold at which to toss an entire library
verbose
messages written to terminal
minLib
minimum number of libraries a contig must be present in to be included in the output
ignoreInternalQual
logical that prevents function for making an overall assessment of library quality. Very chimeric assemblies can appear low quality across all libraries.