Description Usage Arguments Value Examples
computeBoundaryScores
returns a data.frame
object
with boundary scores.
1 2 3 4 5 | computeBoundaryScores(hic, sample, chrs, res, num_bins)
## S4 method for signature 'ANY'
computeBoundaryScores(hic, sample, chrs = paste0("chr",
c(1:22)), res = "20000", num_bins = 5)
|
hic |
A sparseHiC Object |
sample |
The name of the sample (e.g. GM12878 or BT142-rep1) |
chrs |
= paste0("chr", c(1:22)) Specify which chromosomes to compute boundary scores for |
res |
= "20000" |
num_bins |
= "human" or "mouse" likely supported |
A data.frame of boundary scores
1 2 3 | # Need to make the example better
samp <- "IMR90"
# hesc <- getSampleFromBucket(samp, "dnalandscaper", c("chr1", "chr4"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.