View source: R/merge_profiling_file_from_Firmiana.R
merge_profiling_file_from_Firmiana | R Documentation |
Filter data based on US (Unique and Ionscore > 20) peptide counts then merge profiling files.
merge_profiling_file_from_Firmiana( firmiana_gene_dir, US_cutoff = 1, experiment_gene_file_path )
firmiana_gene_dir |
a folder containing gene identification results as input. |
US_cutoff |
a numerical value as a cutoff to filter data, the default is 1. |
experiment_gene_file_path |
a file path for storing experiemnt design of proteomics data. |
A merged data frame after filtering (US_cutoff) and replacing NAs to zeros.
Dongdong Zhan and Mengsha Tong
## Not run: merged_df <- merge_profiling_file_from_Firmiana(firmiana_gene_dir, US_cutoff = 1) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.