Skip to content

Prefilter input features #20

Description

@shraddhapai

A prefiltering module that reduces the number of input features that go into the model and improve memory footprint of predictor. Would make use of gene-level or unit-level features feasible.
It could do the following:

  • canned unit-wise t-tests (e.g. limma) that prune out units that aren't distinguishable among groups (e.g. pruning RNA datapoints after diffEx test)
  • create meta-features such as eigen-genes by PCA or shrinking centroids
  • pruning genotypes by GWAS pvalue.
  • pruning genotypes by excluding those not associated with a GSEA signal.

Activity

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions