| fillCover | R Documentation | 
Fill zeros in cover data
fillCover(
  cover,
  posCol = "pos",
  countCols = colnames(cover)[grep("counts", colnames(cover))]
)
cover | 
 output from pullRegion with missing zero positions  | 
posCol | 
 name of position column  | 
countCols | 
 vector of column names for columns containing counts  | 
filled in data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.