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

wrapper for export to ucsc cell browser #19

Open
raysinensis opened this issue Sep 11, 2020 · 3 comments
Open

wrapper for export to ucsc cell browser #19

raysinensis opened this issue Sep 11, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@raysinensis
Copy link
Contributor

Would this be of some interest?

@sheridar
Copy link
Member

@raysinensis having a wrapper that creates a cellbrowser that includes VDJ data would definitely be useful. I know @kriemo has written some code to do this, but not sure if it's structured as a single function.

A separate but related thing I was thinking about is that it might also be useful to write an AWS wrapper in bash that automates the process for setting up the password protected buckets we use for the browsers

@kriemo
Copy link
Member

kriemo commented Sep 11, 2020

It's not a single function yet, but it wouldn't be hard to port the code from some of my projects.

I have code that generates another assay in the seurat object to store the clonotype data as a binary matrix (e.g):
https://github.com/rnabioco/Rincon_scVDJseq/blob/7e5742dfc4f168dcc909b91e3f9355ae9f397c3c/results/qc.Rmd#L864

The wrapper that I use for generating cellbrowsers is in the scbp package, which allows you to add additional assays to the cellbrowser (via concatenating the matrices).

Here's an example:
https://github.com/rnabioco/Rincon_scVDJseq/blob/7e5742dfc4f168dcc909b91e3f9355ae9f397c3c/results/cb.Rmd#L97

@sheridar
Copy link
Member

@kriemo this seems like a nice way to store additional vdj data in the object. Maybe we should just incorporate your version of the import function

@sheridar sheridar added the enhancement New feature or request label Jul 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants