Package bacnet.scripts.database
Class ProteomicsCreation
java.lang.Object
bacnet.scripts.database.ProteomicsCreation
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addMissingValuesToMatrices
(Experiment exp, Genome genome) In order to represent proteomics data we need to add a -1 value in every missing row.
ATTENTION: -1 is now a value when there is no value but it is detectedstatic void
addProteomesToDatabase
(ArrayList<String> bioConds) Clean proteomics tables, and convert them for the databasestatic void
Convert all ExpressionMatrix found for Proteomic datasets and save them in Streaming folderstatic void
DATA_TABLe has been created from a copy paste of ArrayExpress search results.static void
createLogFCMatrix
(Experiment exp, String genomeName) Create a table will all protein expression for each Genomestatic void
Create a matrix from TIS data for which each gene has its corresponding number of spectrastatic String
createProteomeTable
(ArrayList<String> bioConds, String logs) Create Expression summary matrix for proteomics datasetsstatic void
summarizeProteomes
(Experiment exp, String genomeName) Create a table will all protein expression for each Genome
-
Field Details
-
DATA_TABLE
-
-
Constructor Details
-
ProteomicsCreation
public ProteomicsCreation()
-
-
Method Details
-
addProteomesToDatabase
Clean proteomics tables, and convert them for the database- Parameters:
bioConds
-
-
convertProteomicsData
Convert all ExpressionMatrix found for Proteomic datasets and save them in Streaming folder- Parameters:
exp
-genome
-
-
addMissingValuesToMatrices
In order to represent proteomics data we need to add a -1 value in every missing row.
ATTENTION: -1 is now a value when there is no value but it is detected- Parameters:
exp
-genome
-
-
createProteomeTable
Create Expression summary matrix for proteomics datasets- Parameters:
bioConds
-logs
-- Returns:
- the logs of the creation
-
summarizeProteomes
Create a table will all protein expression for each Genome- Parameters:
exp
-genome
-
-
createLogFCMatrix
Create a table will all protein expression for each Genome- Parameters:
exp
-genome
-
-
createHTMLPageSummary
public static void createHTMLPageSummary()DATA_TABLe has been created from a copy paste of ArrayExpress search results. From the web^page we create the table, curated it and convert it to HTML Read DATA_TABLE and create an HTML table from it to ease accession to ArrayExpress info -
createMatrixFromTISData
public static void createMatrixFromTISData()Create a matrix from TIS data for which each gene has its corresponding number of spectra
-