RNApysoforms documentation
Welcome to the documentation for the RNApysoforms package. Below are the key functions included in this library.
Functions Overview
|
Assigns exon numbers to exons, CDS, and introns within a genomic annotation dataset based on transcript structure and strand direction. |
|
Filters genomic annotations and optionally an expression matrix for a specific gene, with options to order and select top expressed transcripts. |
|
Creates a multi-panel Plotly figure combining transcript structure plots and expression data plots. |
|
Generates Plotly traces for visualizing transcript structures and expression data. |
|
Loads and processes an expression matrix, optionally merging with metadata, performing CPM normalization, and calculating relative transcript abundance. |
Reads a GTF (Gene Transfer Format) file and returns the data as a Polars DataFrame. |
|
|
Shortens intron and transcript start gaps between exons in genomic annotations to enhance visualization. |
|
Converts exon coordinates into corresponding intron coordinates within a genomic annotation dataset. |
Vignettes:
- 01: Basic usage (quick start)
- 02: Rescaled intros
- 02: Expression plot
- 03: Expression plot with metadata
- 04: Expression plot normalized, filtered, and ordered
- 05: Plot specific transcripts
- 06: Use custom color palette for plotting
- 07: Use consistent color maps for making your plots
- 08: Separate CDS interactivity
- 09: Auto rescale plots
- 10: Dealing with non-ENSEMBL GTF files
- 11: Making expression plot only
- 12: Making custom ajustments to figure
Changelog: