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
Thank you for providing a nice tool. I am having an error message and several warnings when running getDAregion. The error is probably related to the statistical test (t-test), but I am not sure if I can use other tests here, or something is wrong with my input data. My aim in performing DAseq is to see whether there are differentially abundant cell populations between WT and KO samples and identify if those DA populations are statistically and biologically reliable. My original Seurat object is an integrated object (WT: 2366 cells; KO: 5046 cells) created by the standard protocol.
Could you please help me to solve this issue? Any suggestions or comments would be appreciated.
Error and warnings:
da_regions_res001 <- getDAregion(
X = integ,
da.cells = da_cells,
cell.labels = [email protected]$orig.ident,
labels.1 = label_res,
labels.2 = label_nonres,
resolution = 0.01,
plot.embedding = embed
)
# Turning X to a matrix.
# Using min.cell = 50
# Warning: The following arguments are not used: row.names
# Warning: Feature names cannot have underscores ('_'), replacing with dashes ('-')
# Warning: The following arguments are not used: row.names
# Warning: Feature names cannot have underscores ('_'), replacing with dashes ('-')
# Warning: The following arguments are not used: row.names
# Warning: Feature names cannot have underscores ('_'), replacing with dashes ('-')
# Removing 3 DA regions with cells < 50.
# Error in t.test.default(x = idx.label.ratio[labels.2], idx.label.ratio[labels.1]) :
# data are essentially constant
Hi DAseq team,
Thank you for providing a nice tool. I am having an error message and several warnings when running
getDAregion
. The error is probably related to the statistical test (t-test), but I am not sure if I can use other tests here, or something is wrong with my input data. My aim in performing DAseq is to see whether there are differentially abundant cell populations between WT and KO samples and identify if those DA populations are statistically and biologically reliable. My original Seurat object is an integrated object (WT: 2366 cells; KO: 5046 cells) created by the standard protocol.Could you please help me to solve this issue? Any suggestions or comments would be appreciated.
Error and warnings:
The details of my data are below:
Thank you!
The text was updated successfully, but these errors were encountered: