Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BD Rhapsody data import #328

Closed
wajm opened this issue Mar 21, 2022 · 18 comments · Fixed by #351
Closed

BD Rhapsody data import #328

wajm opened this issue Mar 21, 2022 · 18 comments · Fixed by #351
Projects

Comments

@wajm
Copy link

wajm commented Mar 21, 2022

I have a question about BD Rhapsody CDR3 VDJ data import.
Following scirpy introduction, imported data object is very similar with BD VDJ data.

If you have an interest wiht BD VDJ data, please check the possibility of BD VDJ data import into scirpy.
I can share my data to you.

@grst
Copy link
Collaborator

grst commented Mar 22, 2022

Hi @wajm,

I'm definitely interested to have a data loader for BD data!

Would you be interested to wrap your code into a function and make a Pull-request to the io module?

Also pinging @Raphael-Gronauer who I think looked into this at some point.

Best,
Gregor

@wajm
Copy link
Author

wajm commented Mar 22, 2022

Hi Gregor,
Thank you for quick response.
Actually, I'm not a expert for computational work (just an end-user).
https://pubmed.ncbi.nlm.nih.gov/34003804/
Following the JCI study, I make around 80 human nasal immune cells and PBMC VDJ libraries.
I'd like to use scirpy for BD Rhapsody VDJ data. (import the data to scirpy and analyze them)

best,
JUNGMO

@grst
Copy link
Collaborator

grst commented Mar 22, 2022

ah, sorry, I understood you already had some custom code based on the io tutorial.

Let's see if @Raphael-Gronauer has some code to offer ;)

@wajm
Copy link
Author

wajm commented Mar 22, 2022

Okay~ @Raphael-Gronauer
Please let me know where can I share my example data.

@Raphael-Gronauer
Copy link
Contributor

I have implemented a the BD data import and created a pull request.
The code just needs to be reviewed by @grst

@wajm
Copy link
Author

wajm commented Mar 25, 2022

Hi, @Raphael-Gronauer.
Thank you very much.
You have BD example data? I add my BD VDJ data.

best,
JungMo

@Raphael-Gronauer
Copy link
Contributor

@wajm
thanks
I have BD data from my own project.

@wajm
Copy link
Author

wajm commented Mar 25, 2022

@Raphael-Gronauer.
Okay very good.
I just inform to you my VDJ data is targeted immune panel.
I don't know this data form is similar with recent launched VDJ WTA version.
best,
JungMo

@Raphael-Gronauer
Copy link
Contributor

@wajm
I also work with a targeted panel.
The data import takes the data as it comes from the BD pipeline.
It needs one file for the RNAseq mols per cell and one file for the VDJ. (both as .csv)
Additional it is also possible to provide a .csv file for dCODE sequencing data if you have.

Best,
Raphael

@wajm
Copy link
Author

wajm commented Mar 25, 2022

@Raphael-Gronauer
Perfect!!!
When the code is released, I will use it.
Thanks a lot.
Best,
JungMo

@wajm
Copy link
Author

wajm commented Apr 1, 2022

@grst @Raphael-Gronauer
Please let me know when I can use the function.
best,
JungMo

@grst grst added this to In progress in scirpy-dev May 18, 2022
@grst
Copy link
Collaborator

grst commented Jun 15, 2022

Hi @wajm,

sorry for the delay. I'm right now looking into wrapping up what Raphael put together.

I noticed that there are two possible output files that contain the VDJ data (_perCell and _Dominant_Contigs). The BD demo data contains all these files

-rw-r--r-- 1 sturm sturm 8.2M Jan 10 02:02 RhapVDJDemo-BCR_VDJ_Dominant_Contigs.csv
-rw-r--r-- 1 sturm sturm 4.1K Jan 10 02:02 RhapVDJDemo-BCR_VDJ_metrics.csv
-rw-r--r-- 1 sturm sturm 448K Jan 10 02:02 RhapVDJDemo-BCR_VDJ_perCell.csv
-rw-r--r-- 1 sturm sturm 2.7M Jan 10 02:02 RhapVDJDemo-BCR_VDJ_perCell_uncorrected.csv
-rw-r--r-- 1 sturm sturm 128M Jan 10 02:02 RhapVDJDemo-BCR_VDJ_Unfiltered_Contigs.csv

Do you have the same files available?

@wajm
Copy link
Author

wajm commented Jun 20, 2022

Hi, @grst
Thank you for respond.
I've checked but my demo project from BD is a little bit different.
I'll ask to these to them.
best,
JungMo

@grst
Copy link
Collaborator

grst commented Jun 23, 2022

@wajm, any chance you could share your dataset with me? My e-mail address is in my github profile, if you prefer to do so privately.

@wajm
Copy link
Author

wajm commented Jun 23, 2022

@grst ,
Do you mean the upper demo data or others? Anything I will send to your e-mail in tomorrow.
Thanks.

@grst
Copy link
Collaborator

grst commented Jun 23, 2022

@wajm, I mean the dataset you want to load with scirpy.

@wajm
Copy link
Author

wajm commented Jun 27, 2022

@grst,
I'm sorry but SevenBridge is under maintenance.
Please wait a moment.

@grst grst linked a pull request Jun 30, 2022 that will close this issue
@grst grst closed this as completed in #351 Jun 30, 2022
scirpy-dev automation moved this from In progress to Done Jun 30, 2022
@grst
Copy link
Collaborator

grst commented Jun 30, 2022

Hi all,

the feature is now available from the master branch. A release will follow soon. You can install the development version with

pip install git+https://github.com/scverse/scirpy.git@master

Happy about feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
scirpy-dev
  
Done
Development

Successfully merging a pull request may close this issue.

3 participants