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

Update branchPropTest.R & getPopulationFit.R #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ismailelshimy
Copy link

@ismailelshimy ismailelshimy commented Feb 2, 2024

It is important to arrange the samples in the branch cell proportions matrix such that they have the same order as the order of samples in the design data frame before running a t-test. Fixes #23

It is also important to set the default num.timepoint in the getPopulationFit() function to the maximum of the pseudotime vector, otherwise running plotGene() function downstream would result in subscript out of bounds error.

it is important to arrange the samples in the branch cell proportions matrix such that they have the same order as the order of samples in the design data frame before running a t-test.
It is important to set the default num.time point in the getPopulationFit() function to the maximum of the pseudotime vector, otherwise running plotGene function downstream would result in subscript out of bounds error.
@ismailelshimy ismailelshimy changed the title Update branchPropTest.R Update branchPropTest.R & getPopulationFit.R Feb 2, 2024
@ismailelshimy ismailelshimy reopened this Feb 2, 2024
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.

Ordering samples before running branchPropTest() function
1 participant