RSNPs | R Documentation |
Find snps(user providing) in given regions. This function do not consider strand.
atacSNPAnno( atacProc, snp.info = NULL, region.info = NULL, annoOutput = NULL, ... ) ## S4 method for signature 'ATACProc' atacSNPAnno( atacProc, snp.info = NULL, region.info = NULL, annoOutput = NULL, ... ) snpanno(snp.info = NULL, region.info = NULL, annoOutput = NULL, ...)
atacProc |
|
snp.info |
|
region.info |
|
annoOutput |
|
... |
withend Your snp data has only one position column or 2. |
An invisible ATACProc-class
object scalar.
Wei Zhang
atacPeakCalling
atacMotifScan
library(R.utils) p1bz <- system.file("extdata", "Example_peak1.bed.bz2", package="esATAC") peak1_path <- as.vector(bunzip2(filename = p1bz, destname = file.path(getwd(), "Example_peak1.bed"), ext="bz2", FUN=bzfile, overwrite=TRUE, remove = FALSE)) snps <- system.file("extdata", "snp_info", package="esATAC") #snpanno(snp.info = snps, region.info = peak1_path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.