# Create FAS called "HumanHT-12_v3" with note "made from Illumina manifest 2018".
manifest <- data.table::fread("FeatureAnnotationSetDev//HumanHT-12_V3_0_R3_11283641_A.txt",
skip = 8, fill = T)
manifest <- manifest[ !is.na(manifest$Entrez_Gene_ID), ]
manifest <- manifest[ , colnames(manifest) %in% c("Symbol", "Probe_Id"), with=F]
colnames(manifest) <- c("Gene_Symbol", "Probe_Id")
write.table(manifest,
file = "FeatureAnnotationSetDev/IlluminaHumanHT-12_v3_2018.tsv",
quote = FALSE,
sep = "\t",
row.names = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.