Skip to content

fix diffbind report #228

@kelly-sovacool

Description

@kelly-sovacool
  • show the code, with option to fold it
  • rename group1/2 with actual contrast names
  • revisit and make sure gem & sicer are correctly categorized
    if (grepl("narrow", samples$samples$Peaks[1])) {
    summits <- TRUE
    print("Narrow peak calling tool.")
    print("Differential peaks are 250bp upstream and downstream of the summits.")
    } else if (grepl("broad", samples$samples$Peaks[1])) {
    summits <- FALSE
    print("Broad peak calling tool.")
    print("Differential peaks are consensus peaks.")
    } else {
    summits <- FALSE
    print("Indeterminate peak calling tool.")
    print("Differential peaks are consensus peaks.")
    }
  • rename to MA plot (not MANorm)

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions