Skip to content

fix render pars + include rshinydashboard draft v#13

Open
lijin0303 wants to merge 15 commits intomainfrom
deg_interactive
Open

fix render pars + include rshinydashboard draft v#13
lijin0303 wants to merge 15 commits intomainfrom
deg_interactive

Conversation

@lijin0303
Copy link
Copy Markdown
Contributor

  • [ ] changed the parameter used in run_markdown.R to have it consistent with the rmarkdown
  • [ ] added the first version of interactive visualization of DEG results based on an input pathway of interests, the needed outputs from DEG report is as attached in the zipped file.

example_results.zip

@lijin0303 lijin0303 requested a review from lpantano April 22, 2025 12:55
Comment thread 02_differential_expression/visu_DEG.R Outdated
import::from(data.table, fread)


deg_annotated <- fread("example_results/full_sample_type_normal_vs_tumor_pathways.csv") %>%
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add test data to bcbio-test-data

Comment thread 02_differential_expression/visu_DEG.R Outdated
deg_lists <- map(deg_lists, \(d) setdiff(strsplit(d, split = ",")[[1]], ""))
geneset_list <- deg_lists[lengths(deg_lists) >= 5]

volcano_data <- fread("example_results/full_sample_type_normal_vs_tumor_deg.csv") %>%
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add all needed files in the top with variables names so it can be easy changed by real-data

Copy link
Copy Markdown
Contributor

@lpantano lpantano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add some readme/code on how to prepare the data

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants