## To check rendering of citation, run readCitationFile("CITATION")

citHeader("To cite package 'Pigengene' in publications use:")
     
## R >= 2.8.0 passes package metadata to citation().
if(!exists("meta") || is.null(meta)) meta <- packageDescription("nlme")
year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date)
vers <- paste("R package version", meta$Version)

citEntry(entry="Article",
        author = "Amir Foroushani and et al.",
        title = "{Large-scale gene network analysis reveals the significance of extracellular matrix pathway and homeobox genes in acute myeloid leukemia: an introduction to the Pigengene package and its applications}",
        journal = "BMC Medical Genomics",
        year = "2017",
        volume = "10",
        number = "1",
        pages = "16",
        month = "3",

        textVersion = paste("Amir Foroushani et al.", "(2016) ",  
        "Large-scale gene network analysis reveals the significance of extracellular matrix pathway and homeobox genes in acute myeloid leukemia: an introduction to the Pigengene package and its applications, Foroushani et al., BMC Medical Genomics. ", 
        "URL: https://bmcmedgenomics.biomedcentral.com/articles/10.1186/s12920-017-0253-6", ".", sep=""))
