Skip to content

[Fix] Updated sample subsetting and function parameters for dynamic expweighting function#1

Open
achen0222 wants to merge 1 commit into
mainfrom
AC
Open

[Fix] Updated sample subsetting and function parameters for dynamic expweighting function#1
achen0222 wants to merge 1 commit into
mainfrom
AC

Conversation

@achen0222
Copy link
Copy Markdown
Collaborator

@achen0222 achen0222 commented Apr 18, 2023

Summary

This change fixes:

  1. a syntax error with subsetting the sample table (missing comma).

Reproduced error:

Error in `[.data.frame`(sampTab, sampTab$epoch == secondstate) : 
undefined columns selected
  1. missing annotation_column parameter in the function signature, which is a required argument when passed into the IMCell_expweighted function.

Reproduced error:

Error in `[.data.frame`(sampTab, , dLevel) : undefined columns selected

Testing
Adding the comma and annotation column allows IMCell_epochnets_expweighted to run successfully.

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