validate_velocity_input | R Documentation |
Validate input to get_velocity_files
validate_velocity_input(
L,
Genome,
Transcriptome,
out_path,
compress_fa,
width,
exon_option
)
L |
Length of the biological read. For instance, 10xv1: 98 nt,
10xv2: 98 nt, 10xv3: 91 nt, Drop-seq: 50 nt. If in doubt check read length
in a fastq file for biological reads with the |
Genome |
Either a |
Transcriptome |
A |
out_path |
Directory to save the outputs written to disk. If this directory does not exist, then it will be created. Defaults to the current working directory. |
compress_fa |
Logical, whether to compress the output fasta file. If
|
width |
Maximum number of letters per line of sequence in the output fasta file. Must be an integer. |
exon_option |
Character, indicating how exonic sequences should be included in the kallisto index. Must be one of the following:
|
Will throw error if validation fails. Returns a named list whose first element is the normalized path to output directory, and whose second element is the normalized path to the transcriptome file if specified.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.