View source: R/extract_maxentscan_motifs.R
extract_3ss_motif | R Documentation |
This function takes a data frame of intron coordinates and the full genome sequence of a particular species and return a "bed-file" structured data frame containing the motif coordinates, their corresponding transcripts id and intron number and the motif sequence which are also saved as a fasta file in the working directory. The fasta file can be uploaded to MaxEntScan::3ss web tool for the retrieval of the scores of acceptor splice sites.
extract_3ss_motif(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 motif coordinates and their sequences
extract_5ss_motif
extract_3ss_motif(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.