| .get_velocity_files | R Documentation | 
Generate RNA velocity files for GRanges
.get_velocity_files(
  gr,
  L,
  Genome,
  Transcriptome = NULL,
  out_path = ".",
  style = c("genome", "Ensembl", "UCSC", "NCBI", "other"),
  isoform_action = c("separate", "collapse"),
  exon_option = c("full", "junction"),
  transcript_id = "transcript_id",
  gene_id = "gene_id",
  transcript_version = "transcript_version",
  gene_version = "gene_version",
  version_sep = ".",
  transcript_biotype_col = "transcript_biotype",
  gene_biotype_col = "gene_biotype",
  transcript_biotype_use = "all",
  gene_biotype_use = "all",
  chrs_only = TRUE,
  save_filtered_gtf = FALSE,
  compress_fa = FALSE,
  width = 80L
)
| gr | A  | 
| 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. | 
| style | Formatting of chromosome names. Use
 
 | 
| 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: 
 | 
| transcript_id | Character vector of length 1. Tag in  | 
| gene_id | Character vector of length 1. Tag in  | 
| transcript_version | Character vector of length 1. Tag in  | 
| gene_version | Character vector of length 1. Tag in  | 
| version_sep | Character to separate bewteen the main ID and the version number. Defaults to ".", as in Ensembl. | 
| transcript_biotype_col | Character vector of length 1. Tag in
 | 
| gene_biotype_col | Character vector of length 1. Tag in  | 
| transcript_biotype_use | Character, can be "all" or
a vector of transcript biotypes to be used. Transcript biotypes aren't
entirely the same as gene biotypes. For instance, in Ensembl annotation,
 | 
| gene_biotype_use | Character, can be "all", "cellranger", or
a vector of gene biotypes to be used. If "cellranger", then the biotypes
used by Cell Ranger's reference are used. See  | 
| chrs_only | Logical, whether to include chromosomes only, for GTF and
GFF files can contain annotations for scaffolds, which are not incorporated
into chromosomes. This will also exclude haplotypes. Defaults to  | 
| save_filtered_gtf | Logical. If filtering type, biotypes, and/or
chromosomes, whether to save the filtered  | 
| 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. | 
See get_velocity_files
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.