Skip to content

Quesion on cellTypes_test #9

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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