Description Usage Arguments Value Examples
mergeNoiseStringCoverage merges noiseIdentifiedList-objects and stringCoverageList-objects.
| 1 2 | mergeNoiseStringCoverage(stringCoverageListObject,
  noiseGenotypeIdentifiedListObject)
 | 
| stringCoverageListObject | a stringCoverageList-object, created using the stringCoverage-function. | 
| noiseGenotypeIdentifiedListObject | a noiseGenotypeIdentifiedList-object, created using the identifyNoise-function. | 
Returns a list, with an element for every marker in extractedReadsList-object, each element contains the string coverage of all unique strings of a given marker.
| 1 2 3 4 5 6 7 8 9 | # Strings aggregated by 'stringCoverage()'
data("stringCoverageList")
# Genotypes identified by 'getGenotype()'
data("genotypeList")
# Noise identified by 'identifyNoise()'
data("noiseList")
mergeGenotypeStringCoverage(stringCoverageList, genotypeList)
mergeNoiseStringCoverage(stringCoverageList, noiseList)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.