Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Problem when first annotation has no match in DB #36

Open
jsaintvanne opened this issue Aug 13, 2019 · 1 comment
Open

Problem when first annotation has no match in DB #36

jsaintvanne opened this issue Aug 13, 2019 · 1 comment
Labels

Comments

@jsaintvanne
Copy link
Member

When the first file has no match in DB, we obtain this table

$`./0205065.CDF`
[1] pattern      alternatives
<0 rows> (or 0-length row.names)

But we would like something with annotation column like this one :

$`./0205003.CDF`
  pattern annotation alternatives
1       1         -1             
2       3         -2             
3       4         -3             
4       5         -4             
5       7         -5             

Because here we bind first annotation and then new.annotation (this one contain new column) :
https://github.com/rwehrens/metaMS/blob/master/R/matchSamples2Samples.R#L160

Just changing the first binding table can be able to add this column... but does it work good with it ?
Testing that..

@jsaintvanne
Copy link
Member Author

yguitton/metaMS#14

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

No branches or pull requests

1 participant