Skip to content
Discussion options

You must be logged in to vote

This has been brought up previously and is due to randomized sub-sampling of cells when making plots. As the param docs say:

@param ylim The numeric quantile y-axis limit to be used for for "bulkTrack" plotting. This should be expressed as `c(lower limit, upper limit)` such as `c(0,0.99)`. If not provided, the y-axis limit will be c(0, 0.999).

Because the ylim is being set in quantile space, if the sub-sampling takes different cells, then the actual y limit of the plot will change. Certainly on your end, you can fix this by setting a seed. I'm not familiar enough with randomized operations to know if this would be reproducible across computers as well. I guess if you really wanted it to …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by RegnerM2015
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants