tleonardi / nanocompore

RNA modifications detection from Nanopore dRNA-Seq data
https://nanocompore.rna.rocks
GNU General Public License v3.0
77 stars 12 forks source link

swarmplot to visualize each replicate #191

Closed wososa closed 3 years ago

wososa commented 3 years ago

Is your feature request related to a problem? Please describe. I have three replicates per condition and the db.plot_signal generated only one plot by mixing three samples together.

Describe the solution you'd like I hope to have three separate plots based on the '--file_list1' and '--file_list1'

tleonardi commented 3 years ago

Hi @wososa sorry but we don't have a function that creates multiple plots of individual samples. They wouldn't be particularly useful for the typical use case of Nanocompore, i.e. comparing samples to detect modifications.

tleonardi commented 3 years ago

You might want to check the split_samples option (docs). It doesn't create separate plots but it labels points based on the sample they belong to.