Description Usage Arguments Details See Also
Run cellranger mkref
and generate the Cellranger Transcriptome Reference Genome.
1 | cellranger_mkref(reference, annotation, outdir, nthreads = 4, remake = FALSE)
|
reference |
a reference genome fasta file (e.g., |
annotation |
a GTF ( |
outdir |
a non-existing output directory, see details |
nthreads |
optional a number of threads to run on |
remake |
optional remake the output if it already exists |
The reference which must include associated index file (fai
) in the same directory.
To mark a succesful run, the function creates a completed
status file in the output directory.
If such file exists and remake=TRUE
, the output directory is deleted and the output is
recreated.
However, if the output directory outdir
exists, but the status file does not, an error
is reported. This is to prevent cases when an incorrect existing outdir
would be delted.
cellranger_count to use this reference directory to perform an expression analysis bamtofastq to transform mapped BAM file back into fasta files for remapping
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.