getCDS | R Documentation |
Get CDS Sequence from a Fasta file by GTF file
getCDS( fa, gtf, cds.out = "cds.fa", pep.out = "pep.fa", init.codon = TRUE, verbose = TRUE )
fa |
character. fasta(.gz) file path |
gtf |
character. gtf(.gz) file path |
cds.out |
character. |
pep.out |
character. |
init.codon |
logical. |
verbose |
logical. |
print('waiting...')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.