View source: R/star_alignment.R
STAR Genome Generation
1 2 3 4 5 6 7 8 | star_index(
zent_obj,
outdir = getwd(),
genome_assembly,
genome_annotation,
sa_bases = NA,
ram_limit = NA
)
|
zent_obj |
Zent object. |
outdir |
Output directory for STAR genome index. |
genome_assembly |
Path to genome fasta file. |
genome_annotation |
Path to genome gtf file. |
sa_bases |
Number of suffix array base. |
ram_limit |
Upper memory limit for genome generate. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.