Description Usage Arguments Value
View source: R/make_velo_index.R
Given a fasta and a gtf, make a spliced index out of it. Like duh, the idea is to eventually be able to create linkedTxomes that are really pangenomes.
1 | make_velo_index(gtf, fa = NULL, flank = 90L, intron = TRUE, verbose = TRUE)
|
gtf |
a GTF file, usually from ENSEMBL |
fa |
a FASTA file, usually a genome (same as .gtf but .fa) |
flank |
how many bases of intron (90) |
intron |
include unspliced transcripts? (TRUE; for debugging) |
verbose |
squawk? (TRUE) |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.