Skip to content

ex4 - Q9 does Variablefeatures return sorted values? #3

@pontushojer

Description

@pontushojer

This is the question

Create a vector called factorization.genes that includes the top 1000 most variable genes.
Comment : The top variable genes were already identified during the normalization step with SCTransform() and we can get those by running Variablefeatures(se.HER2).

From the docs for Variablefeatures it is not clear (to me at least) that this object is sorted so that the most variable genes are first. I guess they are as this is assumed in the solution. Anyway could anyone confirm that they are infact sorted? If so, we should state this in the question to it is clear.

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