assign_ss | R Documentation |
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.
assign_ss(input,genome)
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 |
A data frame with additional 2 columns for donor and acceptor splice sites consensus
intr_splice_sites <- assign_ss(introns_df, genome=BSgenome.Hsapiens.UCSC.hg38)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.