-
Is it possible to visualize the results of individual pairs after running the sceptre at-scale code? We are trying to use an alternative approach by fetching the data using the CellRanger output and Seurat to process gene expression. This works to extract the expression values for the gRNA_Cells but we are not able to properly fetch the information from the Control_Cells. |
Beta Was this translation helpful? Give feedback.
Answered by
ekatsevi
Nov 9, 2024
Replies: 1 comment 2 replies
-
Please see Discussion #148. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are looking into this issue, which other users have also encountered. Our current theory for the origin of this error is that the
sceptre_object
returned by the Nextflow pipeline is not meant to be operated on in the same way as regularsceptre_objects
, because certain fields are removed by the pipeline for memory efficiency purposes. You might have to rerunassign_grnas()
andrun_qc()
on a newly createdsceptre_object
instead of the one output by the pipeline. Could you please try this?