Description Usage Arguments Value Author(s) Examples
generate the problematic sample list from QC steps that have been done, and provide each problematic sample with a reason for removal (high missing rate, gender mismatch, inbreeding outlier, cryptic relationship or population outlier).
1 | problemList(seqfile)
|
seqfile |
SeqSQC object with sample QC results. |
a list of 2 datasets: 1) a data frame with 2 columns:
sample
for problematic sample name, and
remove.reason
for the reason of removing the sample. 2)
a data frame with 1 column sample
for problematic
samples to be removed.
Qian Liu qliu7@buffalo.edu
1 2 | load(system.file("extdata", "example.seqfile.Rdata", package="SeqSQC"))
problemList(seqfile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.