tyjo / coptr

Accurate and robust inference of microbial growth dynamics from metagenomic sequencing
GNU General Public License v3.0
16 stars 5 forks source link

Feature Request: Visualization #9

Closed brendanwee closed 3 years ago

brendanwee commented 3 years ago

It would be nice to visualize the coverage maps of the species that had PTR predicted.

I was able to create a simple one by just taking all the read locations and creating a histogram, but I'm guessing that is probably a bit naive.

tyjo commented 3 years ago

The estimate step has a --plot argument that plots binned read counts along the genome and model fit. The argument takes a folder, and outputs one plot for each predicted PTR. Is this similar to your thinking?

The --plot argument was missing from the estimate specification in the documentation. I updated it just now.

brendanwee commented 3 years ago

Yes that is exactly what I was thinking. Thank you!

On Fri, Aug 27, 2021 at 4:11 PM Tyler @.***> wrote:

The estimate step has a --plot argument that plots binned read counts along the genome and model fit for each predicted PTR. Is this similar to your thinking?

The --plot argument was missing from the estimate specification in the documentation. I updated it just now.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tyjo/coptr/issues/9#issuecomment-907519899, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFKQJDIWNPCUC2PJ3M6FE6TT7ALRPANCNFSM5C6M6LSQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

--

Brendan Michael Wee

Cell: 925-788-8196 <925-788-8196>

tyjo commented 3 years ago

I'm going to close this issue. Feel free to reopen if you have any other questions.