Description Usage Arguments Value Examples
View source: R/nanoSingleMolecule.R
Merge CG tsv and GC tsv
1 | mergeCGandGCtsv(tsvCG, tsvGC, genome)
|
tsvCG |
A tab serparated values text file where individual CG motifs have been split |
tsvGC |
A tab serparated values text file where individual GC motifs have been split |
genome |
A BSgenome, DNAstring or path to fasta file for the genome of interest |
A tsv for both motifs with three contexts: HCG, GCH, GCGorCGC
1 | mergeCGandGCtsv(splitMotifs(MSssI_CpG,"CG"),splitMotifs(MSssI_GpC,"GC"),ttTi5605dna)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.