Description Usage Arguments Value Examples
'getZScore' computes the Z-score for each alignment. Z-score is generally an internal metric within Pacific Biosciences and might very well not exist in external cmp.h5 files.
1  | 
cmpH5 | 
 An object of class   | 
idx | 
 The indices of the alignments to retrieve.  | 
'getZScore' is returned as a vector of numbers.
1 2 3 4 5 6 7 8  |   ## Not run: 
  require(pbh5)
  cmpH5 <- PacBioCmpH5(system.file("h5_files",  "aligned_reads.cmp.h5",
  package = "pbh5"))
  zscore <- getZScore(cmpH5)
  plot(zscore)
  
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.