powered by
build_index for mapping reads using Salmon.
build_index
build_index(species = c("human", "mouse", "rat"), kmer = 31, ens_release = 92, destdir)
name of the species. Only 'human', 'mouse', and 'rat' are allowed to use.
'human'
'mouse'
'rat'
k-mer size for indexing. default is 31. See 'Salmon' for details.
'Salmon'
version of Ensembl release.
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
# NOT RUN { #Running this function will take some time. # } # NOT RUN { build_index(species="human",kmer=31, ens_release=92,destdir=tempdir()) # } # NOT RUN { # }
Run the code above in your browser using DataLab