-
Notifications
You must be signed in to change notification settings - Fork 0
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
Reprocess profiles using jump-profiling-recipe #2
Comments
I am starting to work on this using the new recipe version. Regarding the recipes to use, besides the compound recipe, should I use CRISPR or ORF? Do you have any preference? |
Please go with ORF |
I noticed that some of the plates have metadata corresponding to the control.txt platemap. This file only includes the well names and an empty column for the condition. I’m wondering if I should consider this as DMSO, a negative control, or something else. Could you please clarify? thank you! I've attached a screenshot of the platemap for reference: |
@jump-cellpainting/broad-claussnitzer can you help address the question above? Additional info that might help: Here are the platemaps for a single batch; each batch has these control plates (they are different from the Target2 plates) |
Update: I was able to run the ORF jump recipe with some changes that I will document soon, after discuss about it with Suganya and John. |
Hi Shantanu, I obtained the maP values for this batch using the new version of the pipeline. However, I am not sure how these maP values have been analyzed in the past or what kind of further analysis they are interested in performing to compare them with previous versions, which was the aim, right? |
That's great @PaulaLlanos This is sufficient for others to take it forward. Please be sure to update this repo to document
Please also update the landing page README.md with any other relevant information |
I run jump profiling recipe using the last version of ORF pipeline. Here, the link with the files used (cloned from jump-profiling-recipe): https://github.com/PaulaLlanos/jump-profiling-recipe/tree/cpg0014_adipocytes Prepare MetadataCode used: 'get_allmetadata.py' It become necessary to get all CSVs in just one document, which should include Metadata and Features. In this big csv we should include also all batches and plates that we want to preprocess.
Also, the metadata_broad_sample column was 'Nan' because the broad sample column in the plate map was empty, since it was a control plate. Based on the answer of Felipe Do Santo, we should consider thos control.txt plate as a DMSO plate. We need a csv file that contain also this information: Source (broad) Convert profiles to parquet formatCode: convert_parquet_profiles.py Once we got this, we should convert the csv in parquet files with the function load_Data in the preprocessing folder io.py this is the first step. Create cell count files to run ORF pipelineCode: get_cell_counts.py Beside, it was necessary to creat a file of "orf_cell_counts_adipocytes.csv" since the ORF pipeline require to get the cell counts as a separate file. Create the environmentI create the environment using nix, you can check flake files to see te requirement detailed there. I create the environment in Moby Server (CS Lab server mantained by Alán)
To check phenotipic activity calculating mAPoutput: 'map_scores.parquet'
|
We need to reprocess the profiles in this repo, starting from the augmented profiles.
The text was updated successfully, but these errors were encountered: