getKallistoReference | R Documentation |
Builds and gets a kallisto reference by returning the file path to it.
getKallistoReference(param)
param |
a list of parameters:
|
Returns a character specifying the file path to the kallisto indexed reference genome.
Roman Briskine
## Not run:
GENOMES_ROOT <- "/home/gtan/analysis/gtan/referenceFiles"
Sys.setenv("PATH"=paste("/usr/local/ngseq/packages/Aligner/kallisto/0.43.1/bin",
Sys.getenv("PATH"), sep=":"))
param <- list()
param[['transcriptTypes']] = 'protein_coding,rRNA'
param[['refBuild']] = 'Homo_sapiens/Ensembl/GRCh38.p10/Annotation/Release_89-2017-08-11'
param <- ezParam(param)
getKallistoReference(param)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.