Description Usage Arguments Details Value See Also
render rmarkdown file for de-multiplex hash-tag data of h5file generated by cellranger
1 2 3 4 5 6 7 8 9 | pp_hashtagDemultiplex(
h5file,
seuratfile,
sample,
hashtag = stringr::str_glue("B025{1:6}_anti-human_Hashtag_{1:6}"),
output_format = "html_document",
output_file = NULL,
output_dir = "./"
)
|
h5file |
.h5 file generated by cellranger |
seuratfile |
save seurat obejct into this file, eg. 'hashtag.seurat.Rdata' |
sample |
real sample names represented by hash-tag, must be corresponding to hashtag each by each. |
hashtag |
hash-tag names used in the feature-ref file of your cellranger pipeline |
output_format |
The R Markdown output format to convert to. The option
|
output_file |
The name of the output file. If using |
output_dir |
The output directory for the rendered |
Given that this package is designed for human, mouse and macaca, when Mitochondria genes did not start with "mt-" (case was ignored. This situation should only occur in Macaca), Ensembl gene id (already stored in this package) of Macaca mulatta will be used.
derived html file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.