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
QUESTION 1. I have some spectral flow data. My population of interest for analysis if live T cells. To use PeacoQC, should I first gate on the population of interest and remove doublets and use Time gate etc in FlowJo first? Or should I simply used the whole unprocessed (but unmixed) FCS files of all events acquired?
QUESTION 2. To transform the spectral data before doing PeacoQC(), what should I set for the $SPILL keyword because if I run ff <- flowCore::transform(ff, flowCore::estimateLogicle(ff, colnames(flowCore::keyword(ff)$SPILL))), I encountered an error below.
Thank you again for your help.
> ff <- flowCore::transform(ff, flowCore::estimateLogicle(ff, colnames(flowCore::keyword(ff)$SPILL)))
Error in .local(`_data`, ...) :
'from' and 'to' must be character vectors of equal length. !Please make sure the unnamed argument is a valid 'transformList' object!
The text was updated successfully, but these errors were encountered:
Hi there,
Thank you for the package.
QUESTION 1. I have some spectral flow data. My population of interest for analysis if live T cells. To use PeacoQC, should I first gate on the population of interest and remove doublets and use Time gate etc in FlowJo first? Or should I simply used the whole unprocessed (but unmixed) FCS files of all events acquired?
QUESTION 2. To transform the spectral data before doing
PeacoQC()
, what should I set for the$SPILL
keyword because if I runff <- flowCore::transform(ff, flowCore::estimateLogicle(ff, colnames(flowCore::keyword(ff)$SPILL)))
, I encountered an error below.Thank you again for your help.
The text was updated successfully, but these errors were encountered: