readSCPfromDIANN | R Documentation |
Use the readSCPfromDIANN()
function from the scp
package to lead DIA-NN
report files. This function is kept for the vignette backward compatibility.
readSCPfromDIANN(
colData,
reportData,
extractedData = NULL,
multiplexing = "none",
...
)
colData |
A data.frame or any object that can be coerced to a
data.frame. colData is expected to contains all the sample
annotations. We require the table to contain a column called
|
reportData |
A data.frame or any object that can be coerced
to a data.frame that contains the data from the |
extractedData |
A data.frame or any object that can be coerced
to a data.frame that contains the data from the |
multiplexing |
A |
... |
Further arguments passed to |
An instance of class QFeatures. The expression data of each acquisition run is stored in a separate assay as a SingleCellExperiment object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.