sesameQC_rankStats | R Documentation |
This function compares the input sample with public data. Only overlapping metrics will be compared.
sesameQC_rankStats(qc, publicQC = NULL, platform = "EPIC")
qc |
a sesameQC object |
publicQC |
public QC statistics, filtered from e.g.: EPIC.publicQC, MM285.publicQC and Mammal40.publicQC |
platform |
EPIC, MM285 or Mammal40, used when publicQC is not given |
a sesameQC
sesameDataCache() # if not done yet
sdf <- sesameDataGet('EPIC.1.SigDF')
sesameQC_rankStats(sesameQC_calcStats(sdf, "intensity"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.