View source: R/cellranger_vdj_functions.R
cellranger_vdj_load | R Documentation |
Load Cell Ranger VDJ
cellranger_vdj_load(
path,
consensus = TRUE,
annotation_file = "outs/filtered_contig_annotations.csv",
consensus_file = "outs/consensus_annotations.csv",
...
)
path |
Path to Cell Ranger output (root folder, not "outs" folder) |
consensus |
Boolean if contigs assigned to consensus sequences should use the consensus annotation |
annotation_file |
contig_annotation file to use ("all" versus "filtered") |
consensus_file |
consensus_annotation file to use |
... |
Passes variables on to |
data.frame containing contig annotations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.