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

batch samples analysis #85

Open
yas92 opened this issue Dec 11, 2023 · 3 comments
Open

batch samples analysis #85

yas92 opened this issue Dec 11, 2023 · 3 comments

Comments

@yas92
Copy link

yas92 commented Dec 11, 2023

Hi

May I ask about whether scimap can be running on batch samples data together on nextflow?

@ajitjohnson
Copy link
Collaborator

hi @yas92 are you using scimap via mcmicro in nextflow?

@yas92
Copy link
Author

yas92 commented Dec 23, 2023

@ajitjohnson I am running Scimap on a Jupyter notebook, but my input data was derived from MCMICRO via nextflow.

@ajitjohnson
Copy link
Collaborator

when you import your data into scimap using the mcmicro_to_scimap function, simply pass a list of csv files corresponding to different images in the feature_table_path parameter.

e,g.

feature_table_path = [ "\path to image 1.csv",   "\path to image 2.csv",   "\path to image 3.csv"]

This would allow you to import your entire dataset and analyze them together. Each image's unique identifier stored under adata.obs['imageid']

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

No branches or pull requests

2 participants