example_maf_data {ICBioMark} | R Documentation |
Simulated MAF Data
Description
An example dataset generated by the function generate_maf_data(), with n_sample = 100 and n_genes = 20.
Usage
example_maf_data
Format
A list with two entries:
- maf
An annotated mutation dataframe with 3 columns and 1346 rows:
- Tumor_Sample_Barcode
A sample id for each mutation.
- Hugo_Symbol
The name of the gene location for each mutation.
- Variant_Classification
The mutation type for each mutation.
- gene_lengths
A data frame with two rows:
- Hugo_Symbol
The name of each gene.
- max_cds
The length of each gene, as defined by maximum coding sequence.
[Package ICBioMark version 0.1.4 Index]