rnabioco / djvdj

An R package to analyze single-cell V(D)J data
https://rnabioco.github.io/djvdj
Other
23 stars 4 forks source link

Get complete TCR seq for cloning #97

Open sheridar opened 2 years ago

sheridar commented 2 years ago

Get complet TCR seq for cloning seq <- fetch_complet_seq(object =seuratobj, cell_names = c("list_of_cells_names")) Head(seq) cellname cdr3a_nt cdr3b_nt cd3a cdrb tcra_chain tcrb_chian complete_tcra_seq complete_tcrb_seq ATGTAGAG ATG ATG KLV KLV Trav15-Traj12 Trab6-trbj12 xxxxxxxxx xxxxxxx

Originally posted by @Ahmedalaraby20 in https://github.com/rnabioco/djvdj/issues/95#issuecomment-1143530912