LowMACA_AML | R Documentation |
A data frame containing TCGA AML data in the format accepted by LowMACA
data("LowMACA_AML")
A data.frame of 8 columns:
Entrez gene ID number
Gene_Symbol HGNC official gene symbol
Amino_Acid_Letter original amino acid letter in the position of the mutation
Amino_Acid_Position position of the mutation relative to the protein
Amino_Acid_Change amino acid change in hgvs format, like G12V
Mutation_Type classification of mutation according to MAF format.
Sample name of the sample where the mutation was found
Tumor_Type type of tumor, if applicable
Adapted from TCGA ftp repository
#Load LowMACA_AML and show its structure data(LowMACA_AML) str(LowMACA_AML)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.