Description Usage Arguments Value Examples
View source: R/methylationAnalysis_Step1.r
Identifies and documents the methylation and nick labels
| 1 | modmolcmap(molcmap, xmapdata, cntNick, cntMeth)
 | 
| molcmap | character. Path to Bionano molecule cmap. | 
| xmapdata | character. Path to Bionano molecule contig xmap. | 
| cntNick | integer. Nick label value. | 
| cntMeth | integer. Meth label value. | 
Data Frame with the molecule cmap, with the exact site number for methylation and nick labels.
| 1 2 3 4 5 6 7 8 | xmap <- system.file("extdata", "Cmapdir/output/contigs/exp_refineFinal1/merged_smaps/SampContigMolecule.xmap", package="methometR")
cmap <- system.file("extdata", "Cmapdir/output/contigs/exp_refineFinal1/merged_smaps/SampMolecule_q.cmap", package="methometR")
modcmap <- readingCmap(cmap)
modxmap <- readingXmap(xmap)
modMolcmap <- modmolcmap(molcmap = modcmap,
  xmapdata = modxmap,
  cntNick = 1,
  cntMeth=2)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.