progenetix / arraymap2ga4gh

Schema examples
2 stars 2 forks source link

Formatted examples for feature rich data #1

Open mbaudis opened 7 years ago

mbaudis commented 7 years ago

@KyleGao I suggest that we add a directory containing a subset with one or 2 examples of biosample ..., where we have all standard metadata attributes populated (TNM, sex, age, ...). This would be very helpful for people trying to "see" the data structure.

KyleGao commented 7 years ago

Sure, we can do that, the problem is we have no data with everything. I could send you the query conditions I used later today.

? 2017?2?1????5:39?Michael Baudis notifications@github.com<mailto:notifications@github.com> ???

@KyleGaohttps://github.com/KyleGao I suggest that we add a directory containing a subset with one or 2 examples of biosample ..., where we have all standard metadata attributes populated (TNM, sex, age, ...). This would be very helpful for people trying to "see" the data structure.

- You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/baudisgroup/arraymap2ga4gh/issues/1, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ATh2YMNLBL5DXu33OeUCSKtqrSqidZ5Rks5rYLUugaJpZM4L0FtU.

mbaudis commented 7 years ago
db.samples.find({TNM:{$regex:/T|N|M/},AGE:{$regex:/\d/},FOLLOWUP:{$regex:/\d/},GRADE:{$regex:/\d/},SEX:{$regex:/m|f/i} }).count()
1255
KyleGao commented 7 years ago

But when putting the STATUS & TCGA conditions in, there is 0 entries returned .

在 2017年2月1日,下午8:43,Michael Baudis notifications@github.com<mailto:notifications@github.com> 写道:

db.samples.find({TNM:{$regex:/T|N|M/},AGE:{$regex:/\d/},FOLLOWUP:{$regex:/\d/},GRADE:{$regex:/\d/},SEX:{$regex:/m|f/i} }).count() 1255

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/baudisgroup/arraymap2ga4gh/issues/1#issuecomment-276760024, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ATh2YAQKJS0eX8tHoMXc9eIkeUTvcc7Xks5rYOBAgaJpZM4L0FtU.