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
But, it does not seem to require it from the data format specification.
data: A Seurat object containing celltype and sample label.
helper_pathway_prop has geneset_prop$condition <- data$condition[match(geneset_prop$sample, data$sample)] which can lead to Error : Cannot find 'condition' in this Seurat object if the condition is not present.
The text was updated successfully, but these errors were encountered:
But, it does not seem to require it from the
data
format specification.helper_pathway_prop
hasgeneset_prop$condition <- data$condition[match(geneset_prop$sample, data$sample)]
which can lead toError : Cannot find 'condition' in this Seurat object
if the condition is not present.The text was updated successfully, but these errors were encountered: