Description Usage Arguments Value Examples
View source: R/methylationAnalysis_Step1.r
Extracting contig information
1 | contigextract(contigRefxmap, chrom, startPos, endPos)
|
contigRefxmap |
character. Contig xmap data. |
chrom |
character. Chromosome of interest. |
startPos |
integer.Start position. |
endPos |
integer. End position. |
dataframe with data extracted from xmap.
1 2 3 | refcontigXmap <- system.file("extdata", "Cmapdir/output/contigs/exp_refineFinal1_sv/merged_smaps/ContigRef.xmap", package="methometR")
modxmap <- readingXmap(refcontigXmap)
extractedInfo<-contigextract(contigRefxmap = modxmap, chrom = 4, startPos = 100000, endPos = 200000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.