julibinho / MobiLLe

1 stars 1 forks source link

MobiLLe

A multi-objective based clustering for inferring BCR clonal lineages from high-throughput B-cell repertoire data

MobiLLe is a new method based on multi-objective clustering to detect clonally-related sequences in BCR repertoires. It requires V(D)J annotations to obtain the initial clones and iteratively applies two objective functions that optimize cohesion and separation within clonal lineages simultaneously. MobiLLe is computationally more efficient and quicker than state-of-art tools and does not require any training process or hyper-parameter optimization. It can easily manage large-scale experimental repertoires, providing useful plots to help researchers detect clonally-related sequences in high-throughput B cell repertoire data.

REFERENCE
Nika Abdollahi, Lucile Jeusset, Anne de Septenville, Hugues Ripoche, Frederic Davi and Juliana Silva Bernardes. "A multi-objective based clustering for inferring BCR clonal lineages from high-throughput B cell repertoire data." PLoS computational biology 18, no. 8 (2022): e1010411.

CONTACT
E-mail: juliana.silva_bernardes@sorbonne-universite.fr nikaabdollahi@gmail.com

Inputs

Outputs

Requirements

Using MobiLLe

In the MobiLLe file run the following command:

  $ bash Mobille.sh -p [input_repertoire_name] -o [output_repertoire_name] -i [analysis_name] [options]

or you can pass a file that contains your parameters (example) :

  $ bash Mobille.sh -f [parameters_file] 

required arguments

License, Patches, and Ongoing Developements