Skip to content

Add a new entry in runtime_options.json to set the amount of genes to be plotted by fade_plots #5

@Feat-FeAR

Description

@Feat-FeAR

In this lines

average_expression |>
select(c("SYMBOL", "Mean")) |>
filter(Mean >= 0.1) |>
merge(matrix_of_means, by = "SYMBOL", all.y = FALSE) |>
arrange(desc(Mean)) -> matrix_of_means

the filter level should be fetched from runtime_options.json.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions