Skip to content

Blob sizes based on contig/scaffold length... #5

@guyleonard

Description

@guyleonard

It's not really an "issue" per se, but I have found it useful to change the blob size based upon the length of the contig or scaffold that has been mapped to your reads... I've done this on two projects where we are interested in one taxa only out of a bunch of other that are essentially "contamination".

To do it, I simply change this line in makeblobplot.R

From:
#g <- g + geom_point(data=mfilt[mfilt[,taxlevel]==t,],aes_string(x="gc", y="cov", colour=taxlevel), size=2, alpha=I(1/3))
to:
g <- g + geom_point(data=mfilt[mfilt[,taxlevel]==t,],aes_string(x="gc", y="cov", colour=taxlevel, size="len"), alpha=I(1/3))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions