assign_ss: Assign introns donor and acceptor splice sites consensus

Description Usage Arguments Value Examples

View source: R/assign_ss.R

Description

This function takes a data frame of intron coordinates and the full genome sequence of a particular species and return a data frame with additional 2 columns for indicating the donor and acceptor splice sites for each intron.

Usage

1
assign_ss(input,genome)

Arguments

input

The name of the data frame containing intron coordinates

genome

The full genome sequence of a particular species. The default value is the human genome sequence of the hg38 assembly

Value

A data frame with additional 2 columns for donor and acceptor splice sites consensus

Examples

1
intr_splice_sites <- assign_ss(introns_df, genome=BSgenome.Hsapiens.UCSC.hg38)

monahton/GencoDymo documentation built on Nov. 29, 2021, 9:16 a.m.