imminfo / tcr

[DEPRECATED, see https://immunarch.com/] tcR: an R package for immune receptor repertoire advanced data analysis.
https://immunarch.com/
37 stars 22 forks source link

plot "vis.gene.usage" by "Read.proportion" #85

Closed suntaosimon closed 7 years ago

suntaosimon commented 7 years ago

vis.gene.usage(twb, HUMAN_TRBJ, .main = 'twb J-usage dodge', .dodge = T) image

is based on "Read.count", can I use "Read.proportion" to plot this figure?

Thanks!

suntaosimon commented 7 years ago

.quant option Like this: vis.gene.usage(twb, HUMAN_TRBJ, .main = 'twb J-usage dodge', .dodge = T, .quant='read.prop')