View source: R/import_processed_data.R
| import_processed_data | R Documentation |
reads files already processed for PeCorA inside the package
import_processed_data(x)
x |
csv file |
file containing columns: Peptide, Protein, Peptide.Modified.Sequence,Begin.Pos,End.Pos,Condition,BioReplicate,Normalized.Area
dataframe ready for PeCorA analysis
Maria Dermit maria.dermit@qmul.ac.uk
## Not run:
if(interactive()){
t<-import_processed_data("PeCorA_noZ.csv")
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.