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

Matching markers in COMPASSContainerFromGatingSet() #59

Open
Scott1009 opened this issue Dec 21, 2017 · 1 comment
Open

Matching markers in COMPASSContainerFromGatingSet() #59

Scott1009 opened this issue Dec 21, 2017 · 1 comment

Comments

@Scott1009
Copy link

I have some issues turning a GatingSetList into a COMPASS Container
Previous to this, I merged several GatingSets given the examples at:
http://www.bioconductor.org/packages/3.7/bioc/vignettes/flowWorkspace/inst/doc/HowToMergeGatingSet.html
There seems to be a mismatch between markers requested, and markers returned.

In these two cases when I ask for DUMP, I get data for IL-4, and when I ask for IL-4, it is not found.
(it's not a one off problem, all markers seem to be mis-matched)
Does this represent a problem with the code, or potentially a problem with the data?

Any comments would be helpful.

> foo <- COMPASSContainerFromGatingSet(L, 'Memory/CD154+ CD69+', individual_id = "sampleId", markers=c("DUMP"))
Extracting cell counts
Fetching CD154+ CD69+
Fetching child nodes
common markers are: 
CXCR3 DUMP IL-4 CD4 CCR7 CD45RA IL-17 CD69 CCR6 CD3 TNF CD154 IFNg CCR4 CD8 IL-2 
We will map the following nodes to markers:
Extracting single cell data for Memory/CD154+ CD69+/IL-4+
...................................................................................................................................................................................................................................Creating COMPASS Container
Filtering low counts
Filtering 75 samples due to low counts
> foo <- COMPASSContainerFromGatingSet(L, 'Memory/CD154+ CD69+', individual_id = "sampleId", markers=c("IL-4"))
Extracting cell counts
Fetching CD154+ CD69+
Fetching child nodes
common markers are: 
CXCR3 DUMP IL-4 CD4 CCR7 CD45RA IL-17 CD69 CCR6 CD3 TNF CD154 IFNg CCR4 CD8 IL-2 
We will map the following nodes to markers:
Extracting single cell data for NA
Error in .cpp_getNodeID(obj@pointer, sampleNames(obj)[1], y) : 
  NA not found!
@gfinak
Copy link
Member

gfinak commented Dec 21, 2017 via email

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

No branches or pull requests

2 participants