alexyermanos / Platypus

R package for the analysis of single-cell immune repertoires
GNU General Public License v3.0
36 stars 16 forks source link

Creating sequence logo graphs for each samples using VDJ_logoplot_vector #44

Closed zoqaiyum closed 1 year ago

zoqaiyum commented 1 year ago

Hi,

I have a vgm matrix that consists of 19 samples. When I type the code for the VDJ_logoplot_vector function, I get a nucleotide sequence logo graph for all the sample in the matrix. Two questions:

-How do I obtain these graphs for every sample? -Is there a way to use "group.by = " to look at the sequence logo graph for just some specific grouped samples?

Many thanks!

zoqaiyum commented 1 year ago

I figured out how to do it on a group level. Thanks anyway!