View source: R/cellranger_vdj_functions.R
cellranger_vdj_filter | R Documentation |
Filter by boolean columns
cellranger_vdj_filter(
contig_annotations,
filterTrue = c("full_length", "high_confidence"),
min.umis = 0
)
contig_annotations |
Dataframe containing contig_annotations |
filterTrue |
Vector of which "Boolean columns" in cellranger contig_annotation should be true ("full_length", "high_confidence", "productive") |
min.umis |
Integer threshold for minimum UMI count required to be kept |
data.frame containing contig annotations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.