# NOT RUN {
#You will have to build index first to run this function
fastq_dir=system.file("extdata","", package="GREP2")
# }
# NOT RUN {
build_index(species="human",kmer=31,ens_release=92,
destdir=tempdir())
run_salmon(srr_id="SRR5890521",library_layout="SINGLE",
index_dir=tempdir(),destdir=tempdir(),
fastq_dir=fastq_dir,use_trimmed_fastq=FALSE,
other_opts=NULL,n_thread=2)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab