Open skanoni opened 2 years ago
Hi, yes, you can certainly do that. If you have gene names in a column called genename, please pass this in the function as an additional option, snp = "genename".
The package also contains a function called gene_annotate which is not documented yet, but it can work with Plink-style gene lists to annotate gene names, in case you don't have gene names already. It uses the SNP locations (CHR and BP) to annotate gene names, and allows for a buffer on either side. The Plink gene lists (4 columns) are available here: https://www.cog-genomics.org/plink/1.9/resources#genelist
Hi, I would like to annotate my top hits with gene names rather than SNP IDs. Is it possible within the fastman package if I already have the gene name column in my results?