Some help header information will go here
/misra/stat/sample
exp: The ID(s) of the sample (SRA experiment: SRX, ERP or DRP). Several SRA IDs can be given seperated by comas
/misra/stat/sample?exp=SRX9773645 Result: Dictionary in JSON format. Keys-->Values. For example, "reads": "13653151" means 13653151 reads in the analysis after adapter trimming and quality control.
/misra/stat/sample?exp=SRX9773645,SRX9773646 Result: Nested dictionary in JSON format: sample ID --> Keys-->Values.
/misra/stat/mapping
exp: The ID of the sample (SRA experiment: SRX, ERP or DRP).
/misra/stat/mapping?exp=SRX13110001
JSON format. Keys-->Values. For example, "reads": "13653151" means 13653151 reads in the analysis after adapter trimming and quality control.
/misra/stat/isomir
exp: The ID(s) of the sample (SRA experiment: SRX, ERP or DRP). Several SRA IDs can be given seperated by comas table: one of the following - miRGeneDBiso: MirGeneDB (genome mode) - libsIsomiRBase: "miRBase (genome mode) - libsIsoMirGeneDB: MirGeneDB (library mode) - libsIsomiRBase: miRBase (library mode) - libsIsoPmiren: pMiren (library mode) dict_format: if set, the output will be nested dictionary, outwise
Result: Dictionary in JSON format. sample_id --> list[dicionary]
Result: Nested dictionary in JSON format: sample_id --> microRNA name --> dictionary
/misra/stat/genome
exp: The ID(s) of the sample (SRA experiment: SRX, ERP or DRP). Several SRA IDs can be given separated by comas
Obtain a expression matrix in Columns=Samples / Rows=microRNAs or json format (nested dictionary) sample -> miRNA -> expression value
/misra/stat/matrix
One of the two parameters needs to be given:
exp: The SRA experiment IDs given as ',' separated string. For example: /misra/stat/matrix?exp=SRX15239899,SRX1641378
taxon: The taxon ID of the species. All samples of this species will be processed. For example: /misra/stat/matrix?taxon=6945
table: The expression table (Default: libsMirGeneDB). Possible values:
format: Can be 'tsv' or 'csv'. If format is given, a file will be returned in csv or tsv format.
file: The file name. Only applies if format is given.
type: The expression value used in the matrix. Can be:
Obtain the samples where a given microRNA shows highest expression, either by raw read count or normalized RPM counts
/misra/stat/mirna
mirna: The name of the MATURE microRNA as it appears in MirGeneDB, miRBase or PMiren.
table: The expression table (Default: libsMirGeneDB). Possible values:
file: file name. Returns the result as file. Default: return json data to browser
order_by: Either 'RC','RCadj','RPMadjLib' or 'RPMadjTotal'. Default: order_by=RPMadjLib
limit: The number of samples. Default: limit=20, Maximal allowed: 1000
format: Possible values csv,tsv or json. Default: format=json
/misra/stat/mirna?mirna=Hsa-Mir-1-P1_3p
Either a file or data in JSON
Obtain the total number of counts and the average number of counts of a given microRNA over all samples in the database
/misra/stat/mirnastat
mirna: The name of the MATURE microRNA as it appears in MirGeneDB, miRBase or PMiren. A coma separated string can be provided.
table: The expression table (Default: libsMirGeneDB). Possible values:
/misra/stat/mirnastat?mirna=Isc-Mir-375_3p,Isc-Mir-10-P2_5p
Data in JSON