You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the module for assigning consensus cell types outputs results on a project level so that there is one TSV file per project containing all cells from all samples and associated cell type labels. We should update this module to output on a sample level and have one TSV per sample. To do this, we need to condense the workflow into a single process so that we grab the cell types for each library and assign consensus labels in a single script. Then we will need a second script that works within that process to combine tables when there is more than one library per sample.
One thing to note is that before we do this we might want to save the ontology ids and mapped ontology names for blueprint to a separate reference file so that we avoid having to do ontology name mapping prior to assigning consensus labels for each library. Specifically we should pull out this code and save the results and use the results as input to the script:
Currently the module for assigning consensus cell types outputs results on a project level so that there is one TSV file per project containing all cells from all samples and associated cell type labels. We should update this module to output on a sample level and have one TSV per sample. To do this, we need to condense the workflow into a single process so that we grab the cell types for each library and assign consensus labels in a single script. Then we will need a second script that works within that process to combine tables when there is more than one library per sample.
One thing to note is that before we do this we might want to save the ontology ids and mapped ontology names for blueprint to a separate reference file so that we avoid having to do ontology name mapping prior to assigning consensus labels for each library. Specifically we should pull out this code and save the results and use the results as input to the script:
OpenScPCA-nf/modules/cell-type-consensus/resources/usr/bin/combine-celltype-tables.R
Lines 77 to 90 in a2cbae1
The text was updated successfully, but these errors were encountered: