rle_to_WIG | R Documentation |
load(file="c:/BAM/scRNA_polyA/FC.RData") gtf_file <- "u:/Reference/mm10/cellranger_genes.gtf.gz" gtf_gr <- rtracklayer::import(gtf_file)
rle_to_WIG(rle_input, gtf_gr = gtf_gr, geneSymbol = "Dnajc19")
rle_input |
rle input object |
gtf_gr |
GTF file as genomics ranges pbject |
geneSymbol |
name of gene to interrogate |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.