.vennIntersection {abseqR} | R Documentation |
Title Creates Venndiagram for clonotype intersection
.vennIntersection(dataframes, sampleNames, outFile, top = Inf)
dataframes |
list type. List of sample dataframes. Only accepts 2 - 5 samples. Warning message will be generated for anything outside of the range |
sampleNames |
vector type. 1-1 with dataframes |
outFile |
string type. Filename to be saved as |
top |
int type. Top N cutoff, defaults to ALL clones if not specified |
Nothing