Description Usage Arguments Value Author(s) See Also Examples
Find snps(user providing) in given regions. This function do not consider strand.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
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
1 2 3 4 5 6 7 | 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.