annotate_loci: Generate transcript annotations

Description Usage Arguments Value

View source: R/transcript_archetypes.R

Description

Generate a GRanges-class of transcript annotations from a variety of inputs describing the loci, the archetypes, and their relative offsets

Usage

1
2
3
4
5
6
7
8
9
annotate_loci(
  ta,
  tx_archetypes,
  tx_fiveprime_dist,
  loci_gaps,
  loci_strands,
  telomere_buffer,
  seq_info
)

Arguments

ta

a transcript_archetypes-class object

tx_archetypes

a list of which transcript archetypes go to each locus grouped by locus

tx_fiveprime_dist

a list of transcript offsets from 5' end of the locus grouped by locus

loci_gaps

a vector of offsets between loci

loci_strands

a vector of the strandedness of each loci

telomere_buffer

regions at the head and tail of each chromosome that do not contain transcripts

seq_info

a seqinfo object used to determine chromosome lengths

Value

A GRanges-class


CshlSiepelLab/nascentRNASim documentation built on Dec. 17, 2021, 3:08 p.m.