An S4 class that is the desendant of the AbundanceMetadata class. It contains all metadata needed to run kallisto analysis. All slots of this class have a default value. You do not need to edit them to run the package
download_kallistoA logical allowing to use an already installed version of kallisto or to download a version that will be used only by this package
kallisto_windows_urlURL to the binary of kallisto for windows
kallisto_linux_urlURL to the binary of kallisto for linux
kallisto_osx_urlURL to the binary of kallisto for MacOS
kallisto_windows_dirName of the directory where kallisto will be installed on windows
kallisto_linux_dirName of the directory where kallisto will be installed on linux
kallisto_osx_dirName of the directory where kallisto will be installed on Mac
unix_kallisto_nameName of the kallisto executable in linux and macOS
windows_kallisto_nameName of the kallisto executable in windows
index_fileName of index file generated by kallisto with default kmer size. It will be generated using the fasta file that contains both transcriptomic and intergenic regions. Do not use an index you generated outside of this package. This file is created by the pipeline. You should edit this slot only if you already have such a file with a different name. This file must be store at get_tool_path()
k15_index_filesame as index_file. This index is generated with smallest kmers and will be used only for libraries containing reads smallest than 50nt.
single_end_parameterskallisto parameters used to run a single end mapping
pair_end_parameterskallisto parameters used to run a pair end mapping
overwrite_indexlogical allowing to overwrite already existing index. FALSE by default. Then by default already existing index files will not be generated again.
overwrite_quantlogical allowing to overwrite already existing abundance.txt files. FALSE by default. Then by default already existing quantitfdication files will not be generated again.
overwrite_callslogical allowing to overwrite already existing present/absent calls. FALSE by default. Then by default already generated calls will not be generated again.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.