cluster_germline: Cluster contigs by germline properties

Description Usage Arguments Value Examples

View source: R/clustering-methods.R

Description

Cluster contigs by germline properties

Usage

1
2
3
4
5
cluster_germline(
  ccdb,
  segment_keys = c("v_gene", "j_gene", "chain"),
  cluster_pk = "cluster_idx"
)

Arguments

ccdb

ContigCellDB()

segment_keys

fields in contig_tbl that identify a cluster

cluster_pk

name of cluster to be added to cluster_tbl

Value

ContigCellDB()

Examples

1
2
3

CellaRepertorium documentation built on Nov. 8, 2020, 7:48 p.m.