"R encountered a fatal error" and restarts when I try to load .VCF files.

Hi.

Is there any way to solve this? I'm using the following code to load a relatively large DNA dataset and everytime I do, the software crashes.

sparrows <- readData("C:/Users/Nolan/Documents/R files", format = "VCF", include.unknown = TRUE, FAST = TRUE)

image

In general when trying a new package (which package are you trying ?)
I would use an example in the documentation, to understand how it should work, and 'prove' the package to myself, before trying my own data on it. This might allow for comparisons between the documented examples and your inputs.

If there is some deep fault in the package, and it is reproducible, contacting the package author to report a bug is often the way to go; and in the meantime, look for other alternative packages.

Package is called "PopGenome".

OK I tried open some other similar file which worked. So perhaps the error is in the file I'm trying to open for my assignment. But it has worked for others so IDK.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.