Description Usage Arguments Value References Examples
Given a GTF file (for transcript structure) and DNA sequences, return a DNAStringSet of transcript sequences
1 2 |
gtf |
one of path to GTF file, or data frame representing a canonical GTF file. |
seqs |
one of path to folder containing one FASTA file ( |
exononly |
if |
idfield |
in the |
attrsep |
in the |
DNAStringSet containing transcript sequences, with names
corresponding to idfield
in gtf
http://www.ensembl.org/info/website/upload/gff.html
1 2 3 4 | library(Biostrings)
load(url('http://biostat.jhsph.edu/~afrazee/chr22seq.rda'))
data(gtf_dataframe)
chr22_processed = seq_gtf(gtf_dataframe, chr22seq)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.