View source: R/04_read_mapping.R
mapping_pass | R Documentation |
Keep only samples that passed minimum requirements in STAR alignment
mapping_pass(mapping_qc = NULL, sample_info = NULL)
mapping_qc |
Data frame with read mapping statistics, as generated by
|
sample_info |
Data frame with sample metadata as generated by
|
Samples are excluded if i. more than 50 percent of the reads fail to map, or ii. more than 40 percent of the reads fail to uniquely map.
Data frame with metadata of samples that passed alignment QC.
data(sample_info)
data(mapping_qc)
mapping_passed <- mapping_pass(mapping_qc, sample_info)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.