Description Usage Arguments Note Examples
produce a coverage RLE given a gene symbol, hg19-based
1 | read_covg_by_symbol(sym, bamf, radius = 0)
|
sym |
a gene symbol |
bamf |
a path to indexed BAM file |
radius |
numeric(1) defaulting to zero, upstream/downstream extra reach |
Uses genes_df_hg19
to find address of gene.
1 2 3 4 | if (requireNamespace("RNAseqData.HNRNPC.bam.chr14")) {
f1 = RNAseqData.HNRNPC.bam.chr14::RNAseqData.HNRNPC.bam.chr14_BAMFILES[1]
read_covg_by_symbol("HNRNPC", f1)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.