Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve plotSeries #172

Open
wants to merge 5 commits into
base: devel
Choose a base branch
from
Open

Improve plotSeries #172

wants to merge 5 commits into from

Conversation

TuomasBorman
Copy link
Contributor

plotSeries did not take into account that the data might include multiple systems, e.g,, bioreactors or patients. Moreover, as this function relates to miaTime package, the parameter naming was not harmonized.

I changed the parameter names without deprecating. I am not sure how widely this function is used.

Moreover, I added functionality that allows user to compare systems, here bioreactors. Each facet is unique taxon:

plotSeries(
    tse,
    time.col = "DAY_ORDER",
    assay.type = "counts",
    features = getTop(tse, 2),
    group = "Vessel",
    linetype.by = "Pre_Post_Challenge",
    scales = "free"
    )

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant