make_reference | R Documentation |
Build gene start-end reference from a gtf file
make_reference(
gtf_file,
chr.names = NULL,
filter.chr = FALSE,
gene.symbol.ref = "gene_name"
)
gtf_file |
gtf file |
chr.names |
a list of valid chromosome names to use |
filter.chr |
whether to filter chromosomes in the GTF file |
gene.symbol.ref |
field in the GTF file containing the gene symbol Takes a GTF file as input and creates a table of chromosome start-end positions for each gene. Works with GTF files downloaded from 10x Genomics website. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.