Description Usage Arguments Value
View source: R/prep.prepareInputs.R
Imports mandatory files for NMDer analysis
1 | prepareInputs(queryFile, refFile, fasta, user_query_format, user_ref_format)
|
queryFile |
Path to query GTF/GFF3 transcript annotation file |
refFile |
Path to ref GTF/GFF3 transcript annotation file |
fasta |
BSGenome object (preferred) or path to fasta file |
user_query_format |
optional argument to specify the query annotation format ('gtf','gff3') |
user_ref_format |
optional argument to specify the refFileerence annotation format ('gtf','gff3') |
A list containing (1) GRanges object for query, (2) GRanges object for ref annotation, and (3) DNAstring containing genome sequence
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.