Skip to content

Normalization factor vs. scale factor #10

Description

@yuhuihui2011

Hello,

The SF in the output file (test_SF.txt) is scale factor and DGEList function in edgeR needs normalization factors. So I think the
norm.factors should be 1/SF.

dge <- DGEList(counts = counts, group = GROUP, norm.factors = SF)

should be:

dge <- DGEList(counts = counts, group = GROUP, norm.factors = 1/SF)

And in the part: What happens if 100% complete loss is expected? You just used 1/SF. This is a little confusing.

Would you please clarify this issue?

Thanks

Activity

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

Metadata

Metadata

Assignees

No one assigned

    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