Skip to content

Dispersion plot #93

Description

@grexor

Generate and save dispersion plot only once per dataset, now its done for each comparison:

# save dispersion plot
output_fname = paste(input_folder, "/results/edgeR/dispersion/", feature_type, "_dispersion.png", sep="")
png(output_fname)
plotBCV(dge)
dev.off()

Activity

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

Metadata

Metadata

Assignees

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