countFromBed | R Documentation |
Count from beds to make count matrix
countFromBed(Bed, GR, notStranded = TRUE, interFeature = FALSE)
Bed |
BED bed files containing mapped reads. |
GR |
genomic ranges object over which to count. |
notStranded |
if strand information should be considered when counting, TRUE (ignore strand) or FALSE (consider strand; default). |
interFeature |
discard reads mapping to multiple features, TRUE or FALSE (default). |
count matrix.
Kathryn Rozen-Gagnon
testFasta <- system.file("extdata/hg19Small.fa",package="CLIPflexR") myIndex <-suppressWarnings(bowtie2_index(testFasta, overwrite = TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.