Sample data for KaPPA-View4

There are sample files which you can utilize to check the KaPPA-View4 operations and data file formats. You can also use them as templates to create your data.


[The zip compressed file includes as follows]

/data_transcriptome

* Gene expression data files for GUI uploading

 - Sample_Ath_gene_v1_0.csv
 
  * Completely same as the older version's format.
 
 - Sample_Ath_gene_header_v1_0.txt
 
   * The format including header information which describes sample details and data types.


/data_metabolome

* Metabolite accumulation data files for GUI uploading

 - Sample_Ath_met_v1_0.csv
 
   * Completely same as the older version's format.

 - Sample_Ath_met_header_v1_0.txt
   * The format including header information which describes sample details and data types.
 
 
/correlation

* Correlation data files for GUI uploading

 - Correlation_Ath_Gene_v1_0.csv
   * Gene-to-gene correlation file.
   * More than 200K rows. I recommend to open it with a text editor.

 - Correlation_Comp_v1_0.csv
   * Metaboilte-to-metabolite correlation file.
   

/simpleMap

* Gene id lists for creating Simple Map.

/userMap

 - UserMap_GS-GOGAT_v1_0.svg
   * An example of a User Map.

 - template_v1_0.svg
   * An SVG file including some objects used in the KaPPA-View4 maps.
   * You can use it as a template to create User Maps with Inkscape.

/post

 - ExamplePostForm_v1_0.html
   * An example of POST data transfer by HTML form.
   * Open the file with your web browser.

 - Sample_postData.txt
   * An example of POST data format.
   * Select and submit it with the HTML form above.

 - PostedMap01.svg
   * The SVG part of the above sample data.

/URL_link

 - ExampleUrlLink_v1_0.html
   * Examples of the URL links.

