write_velocity_output | R Documentation |
Write the files for RNA velocity to disk, in the specified output directory.
write_velocity_output(
out_path,
introns,
Genome,
Transcriptome,
isoform_action,
exon_option,
tr2g_cdna,
compress_fa,
width
)
out_path |
Directory to save the outputs written to disk. If this directory does not exist, then it will be created. |
introns |
Intronic ranges plus flanking region, returned by
|
Genome |
Either a |
Transcriptome |
A |
isoform_action |
Character, indicating action to take with different transcripts of the same gene. Must be one of the following:
|
exon_option |
Character, indicating how exonic sequences should be included in the kallisto index. Must be one of the following:
|
tr2g_cdna |
A data frame with columns |
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. |
Nothing into the R session. The files are written to disk.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.