extractGeneData: Extract gene-specifc data from annotations data frame and...

Description Usage Arguments Value Author(s)

Description

Extract gene-specifc data from annotations data frame and exons/cdss lists.

Usage

1
extractGeneData(gene_id, annotations_df, exons, cdss, transcript_ids = NULL)

Arguments

gene_id

Ensembl id of the gene.

annotations_df

data frame containing transcript metadata.

exons

named list of GRanges objects containing the exon coordinates for each transcript.

cdss

named list of GRanges objects containing the CDS coordinates for each transcript.

Value

List of 3 objects: filtered gene metadata, filtered exon coordinates (gene trancripts only), filtered CDS coordinates (gene transcripts only)

Author(s)

Kaur Alasoo


kauralasoo/reviseAnnotations documentation built on May 20, 2019, 7:41 a.m.