Create an account
If you have to put some data on our database, the first thing you have to do is to create an account. Just click on the "create your account" link on top of the page, fill all required informations and accept. Without account, you will just be able to look at the released datasets of our database.Create a dataset
Before uploading any data, you have to create an empty dataset by clicking on the "new dataset" tab.By RAW file
If you choose to upload a raw data file instead of a "map" file, you need to respect the following format specification for the header line:
For advanced users, here is the regular expression pattern to use:
/PROBE(\tSIGNAL_[A-Z0-9#@_\.\+-]+\tVAR_[A-Z0-9#@_\.\+-]+\tFLAGS_[A-Z0-9#@_\.\+-]+)+/
PROBE SIGNAL_BARCODE VAR_BARCODE FLAGS_BARCODE
Example of a raw data file header with 3 samples (Each key is tab-separated):
By .MAP file
.MAP files are datasets files containing all needed informations (data + annotations) to create your samples in mace. They are generated by ace.map software (Coming soon). To use this feature, you just have to choose a valid .map file in the dataset page.