immunarch icon indicating copy to clipboard operation
immunarch copied to clipboard

Data loading with BD Rhapsody

Open wajm opened this issue 2 years ago • 7 comments

Hi, I'm using BD Rhapsody VDJ scRNA-seq platform, but their output is quite different from others. So I transform the BD output into immunarch example file. But, BD has no information about "V.end | D.start | D.end | J.start | VJ.ins | VD.ins | DJ.ins ".

In this case how I can make it for immunarch input. (just filling with "NaN")

or BD VDJ data is single cell RNA seq. is it possible to custom input with single cell input type of immunarch? (https://immunarch.com/articles/web_only/v21_singlecell.html)

or if you have any time, check my BD example output and give a hint (in case please let me know where I can share file to you).

best, JungMo

wajm avatar Mar 24 '22 00:03 wajm

Hi, @wajm!

Thank you for contacting us. My name is Aleksandr Popov, I am a developer of the Immunarch package. I am glad you are using our software and let's hope I can help you out.

Yes, if you want to load the data in csv or tsv format that is not currently supported in Immunarch, you can rename the columns to one of the supported formats (like AIRR), and fill missing columns with NA. Also, example data is always welcome, it will help us to add support of your format to Immunarch in the future.

Best regards, Aleksandr

Alexander230 avatar Mar 24 '22 08:03 Alexander230

Hi, @Alexander230!

Thanks for your kind response.

Here, "Working with sample files" section shows example files are txt files. https://immunarch.com/articles/v2_data.html

I thought I could make same format with my BD data and import using repLoad function.

best, JungMo

wajm avatar Mar 24 '22 08:03 wajm

Yes, if you reproduce this format from your data and fill missing columns with NA, repLoad() should load the data into Immunarch correctly.

Best regards, Aleksandr

Alexander230 avatar Mar 24 '22 08:03 Alexander230

@Alexander230 Ok, I'll test it.

An attached file is BD Rhapsody VDJ output csv file. Please check it. Thanks a lot. JungMo

wajm avatar Mar 24 '22 13:03 wajm

@wajm Thank you for providing the data! Now it only can be loaded after removing header lines and renaming the columns; we plan to add support of this format in the future.

All the best, Aleksandr

Alexander230 avatar Mar 24 '22 13:03 Alexander230

Dear Aleksandr (and team) Thank you so much for a great package I am also working with the BD Rhapsody, and will be using your suggestion to process the Rhapsody VDJ output to look like the immunarch example data. Are there still plan to update the immunearch package to work seamlessly with the BD Rhapsody output? Anna

lysendee avatar Aug 08 '22 00:08 lysendee

Hi, Anna! Thank you for using our software!

We plan to add BD Rhapsody format support in one of the future versions of Immunarch. For now, you can try to rename columns in your file to make them look like in AIRR format; I've attached an example.

Best regards, Aleksandr

airr_example.zip

Alexander230 avatar Aug 12 '22 11:08 Alexander230

Dear Aleksandr Thank you for a very quick response. Sorry if this is a stupid follow up question. I work with paired TCR data. Is there any way to add both alpha and beta paired data in the AIRR format? Anna

From: Aleksandr Popov @.> Sent: 12. august 2022 07:35 To: immunomind/immunarch @.> Cc: lysendee @.>; Comment @.> Subject: Re: [immunomind/immunarch] Data loading with BD Rhapsody (Issue #225)

Hi, Anna! Thank you for using our software!

We plan to add BD Rhapsody format support in one of the future versions of Immunarch. For now, you can try to rename columns in your file to make them look like in AIRR format; I've attached an example.

Best regards, Aleksandr

airr_example.ziphttps://github.com/immunomind/immunarch/files/9315954/airr_example.zip

— Reply to this email directly, view it on GitHubhttps://github.com/immunomind/immunarch/issues/225#issuecomment-1213017692, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AZHM2TGGMAHFNUQKJ5FD4UDVYYZFRANCNFSM5RPSY3XA. You are receiving this because you commented.Message ID: @.@.>>

lysendee avatar Oct 11 '22 08:10 lysendee

Hi, Anna!

Paired read support is not implemented yet in Immunarch. We are working now on adding single cell data support with paired reads to Immunarch, so it will become available in one of the next releases.

Best regards, Aleksandr

Alexander230 avatar Oct 13 '22 15:10 Alexander230

Hi, @wajm and @lysendee!

Unfortunately, we can't load BD Rhapsody format into Immunarch, because it's missing nucleotide sequences that are required for Immunarch functions to work. BD Rhapsody output is postprocessed; we recommend to load data from earlier stage of pipeline into Immunarch, so the data will have nucleotide sequences for clonotypes.

We plan to add support for single cell data to the next release of Immunarch; it will be possible to load the data from 10x and AIRR formats, and later we will add support for more single cell data formats.

Best regards, Aleksandr

Alexander230 avatar Jan 17 '23 15:01 Alexander230