View source: R/scan_genomic_bedpe.R
scan_genomic_bedpe | R Documentation |
Scan genomic BEDPE
scan_genomic_bedpe( bedpe, bin = TRUE, binwidth = 300L, bins = NULL, standard = TRUE, genome = "hg38" )
bedpe |
the BEDPE file path, or output from read_bedpe() |
bin |
Bin reads? (TRUE) |
binwidth |
width of the bins for chromosomal tiling (300) |
bins |
a pre-tiled GRanges for binning coverage (NULL) |
standard |
restrict non-spike contigs to "standard" chromosomes? (TRUE) |
genome |
Name of genome (default hg38) |
a GRanges with coverage
fl <- system.file("extdata", "example_chr21_bedpe.bed.gz", package="spiky",mustWork=TRUE) scan_genomic_bedpe(fl) # will warn user about spike contigs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.