Description Usage Arguments Value Examples
This function looks at public data of similar nature e.g., tissue, FFPE vs non-FFPE, etc to evaluate the quality of the target data quality
1 | qualityRank(sset, tissue = NULL, samplePrep = NULL, raw = FALSE)
|
sset |
a raw (unprocessed) |
tissue |
A string (blood,buccal and saliva) |
samplePrep |
FFPE, fresh, frozen |
raw |
to return the raw comparison table |
three numbers: 1. The number of public samples compared. 2. The fraction of public samples with more nondetection, and 3. The fraction of public samples with lower mean intensity 4. The higher the fraction, the better the sample.
1 2 | sset <- sesameDataGet('EPIC.1.LNCaP')$sset
ranks <- qualityRank(sset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.