Description Usage Arguments Value References Examples
build_index
for mapping reads using Salmon.
1 2 | build_index(species = c("human", "mouse", "rat"), kmer = 31,
ens_release = 92, destdir)
|
species |
name of the species. Only |
kmer |
k-mer size for indexing. default is 31. See |
ens_release |
version of Ensembl release. |
destdir |
directory where all the files will be saved. |
directory of index files
Rob Patro, Geet Duggal, Michael I. Love, Rafael A. Irizarry, and Carl Kingsford (2017): Salmon provides fast and bias-aware https://www.nature.com/articles/nmeth.4197
1 2 3 4 | #Running this function will take some time.
build_index(species="human",kmer=31,
ens_release=92,destdir=tempdir())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.