.Read10x_consensus | R Documentation |
Read 10x Consensus File
.Read10x_consensus(consensus_file, verbose = TRUE)
consensus_file |
character. Path to consensus_annotations file generated by 10x cellranger. |
verbose |
logical. Print progress. Default is TRUE |
A VDJ information data.frame
consensus_file = system.file('extdata', '10x_consensus_annotations.csv.gz', package = 'TrustVDJ') consensus = .Read10x_consensus(consensus_file = consensus_file) head(consensus)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.