View source: R/imprints_normalize_peptides.R
imprints_normalize_peptides | R Documentation |
Function to normalize your peptides IMPINTS-CETSA dataset.
imprints_normalize_peptides(peptides_data, dataset_name = "imprints")
peptides_data |
The data frame output from |
dataset_name |
The name of your dataset |
The function uses the function imprints_normalization
from IMPRINTS.CETSA
package.
The function apply the VSN model to each temperature set and then call the function removeBatchEffect
from limma
package.
The normalized peptides data frame, non log2 transformed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.