View source: R/protImportForAnalysis.R
protImportForAnalysis | R Documentation |
This function converts imported protien table into format compatible with downstream analysis Imported file needs to contain following columns:
"Protein Group Accessions" - character/factor
"Protein Descriptions" - character
"scenario" - character/factor
"label" - logical
columns "1" to "n" - numeric
protImportForAnalysis(inputFile)
inputFile |
- character vector containing the location of protein file |
data frame
##Use example normalised proteins file inputFile <- system.file("extData", "dataNormProts.txt", package = "ComPrAn") #read file in and change structure of table to required format forAnalysis <- protImportForAnalysis(inputFile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.