S3 classes for representing isoTWAS prediction model outputs with
intuitive structure and accessor methods.
Create an isotwas_model object
Usage
create_isotwas_model(method, transcripts, n_samples, n_snps)
Arguments
- method
character, name of the prediction method
- transcripts
named list of transcript model results
- n_samples
int, number of samples used for training
- n_snps
int, total number of SNPs in input
Value
An isotwas_model object