Description Usage Arguments Value Examples
semiq_cRIC
returns a tabular data with one additional summary column
per sample that contains the number of detectable intensity values.
1 | semiq_cRIC(aggregated_peptides, condition, relative, updown)
|
aggregated_peptides |
Dataframe
output from |
condition |
Character, Condition to perform semi-quantitative analysis on |
relative |
Character, Condition to perform semi-quantitative analysis against |
updown |
Integer, Threshold for FC to keep semi-quantitative values |
Dataframe with semi-quantitative values
1 2 3 | if(interactive()){
semiq_cRIC(aggregatedRIC,condition = "hour4",relative = "mock" ,updown=2 )
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.