View source: R/functions_pheno_data.R
check_subject_info | R Documentation |
Check if subject information is consistent across all samples.
check_subject_info(pheno, col.id = NULL, cols.subject)
pheno |
[data.frame] harmonized phenotype data |
col.id |
[vector(1)] column name with subject identifier (if NULL, the column name ending on "_id" is used) |
cols.subject |
[vector(n)] column names to be used for check |
# example study study.id = "GSE67785" # extract phenotype data from GEO pheno.original = extract_pheno_data( study.id = study.id) check_subject_info( pheno = pheno.original, col.id = "patient:ch1", cols.subject = "gender:ch1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.