Queries for the occurrence of CDR3 sequences in public datasets on PlatypusDB.
PlatypusDB_find_CDR3s(VDJ.cdr3s.aa, VJ.cdr3s.aa, projects.to.search)
Character A VDJ CDR3s amino acid sequence to search for
Character A VJ CDR3s amino acid sequence to search for
Optional character vector. Defaults to "ALL". Names of projects to search within.
A list of subsets of VDJ matrices from projects containing the query VDJ CDR3 (out[[1]]), the VJ CDR3 (out[[2]]) and cells containing both the query VDJ and VJ CDR3s (out[[3]])
if (FALSE) {
public_clones <- PlatypusDB_find_CDR3s(VDJ.cdr3s.aa = "CMRYGNYWYFDVW"
, VJ.cdr3s.aa = "CLQHGESPFTF", projects.to.search = "ALL")
}