Skip to content

different assembler/fasta not working #8

@rmormando

Description

@rmormando

Hello, I'm trying to use this tool to visualize differences in variants in yeast strains - specifically Saccharomyces cerevisiae S288C.

I tried this code:

library(plotVCF)
VCF <- "myFILE.vcf"
createVCFplot(VCF, FASTA_FILE ="reference/Saccharomyces_cerevisiae.fa", ASSEMBLY = "R64")

But I keep getting this error:

 -> please specify either default assembly (hg38/GRCh37) or CHR_NAMES to plot! (see documentation)...
Error in createVCFplot(VCF, FASTA_FILE = "reference/Saccharomyces_cerevisiae.fa",  : 

Is there something else I need to put instead of this? I'm not sure what to put for the ASSEMBLY variable - I tried "S288C" as well and still the same error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions