Skip to content

Quesion on cellTypes_test #9

@alhadjil

Description

@alhadjil

Hi,

I want to use my scRNAseq dataset using a pretrained model.
https://sydneybiox.github.io/scClassify/articles/pretrainedModel.html

pred_res <- predict_scClassify(exprsMat_test = exprsMat_wang_subset,
                               trainRes = trainClassExample_xin,
                               cellTypes_test = wang_cellTypes,
                               algorithm = "WKNN",
                               features = c("limma"),
                               similarity = c("pearson", "spearman"),
                               prob_threshold = 0.7,
                               verbose = TRUE)

In the vignette the wang_cellTypes where extracted from a preexisting dataset, but my scRNAseq doesn't have any assigned celltypes. How would you proceed with this?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions