Description Usage Arguments Value Examples
View source: R/report_functions.R
This function counts number of query regions that overlap with different types of gene features.
1 | summarizeQueryRegions(queryRegions, txdbFeatures)
|
queryRegions |
GRanges object imported from a BED file using
|
txdbFeatures |
List of GRanges objects - outputs of
|
A data frame with two columns where first column holds features and second column holds corresponding counts
1 2 3 4 5 | data(gff)
data(queryRegions)
txdbFeatures <- getTxdbFeaturesFromGRanges(gffData = gff)
summary <- summarizeQueryRegions(queryRegions = queryRegions,
txdbFeatures = txdbFeatures)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.