-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updated file conversion? #17
Comments
From the extension, it seems that you have a |
Sorry for the delayed reply. It does indeed seem odd that the what I've uploaded is a plain text file instead of a bed, but I can assure you it's not a I take a .vcf file (which was too big to load) and run this PLINK (
This produces a trio of To confirm this is indeed a binary, I ran another PLINK test:
This works great. However, if I swap out the last line to I've attached this fairly small file to this email in case that helps your troubleshooting. Thanks again for your help |
Seems OK. |
Sure thing (see below). Note I end up manually editing the |
I'm able to run |
can you please send me the full script so I can replicate on my local
machine?
…On Thu, Aug 30, 2018 at 12:26 PM Florian Privé ***@***.***> wrote:
I'm able to run pcadapt() succesfully with the example you provided.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#17 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AKqgXMkwAqn2KCL--usftAV-ryB9hHGLks5uWBI3gaJpZM4WOUyE>
.
--
Devon O'Rourke
Graduate student in Molecular and Evolutionary Systems Biology
University of New Hampshire
|
|
thanks very much! |
Don't worry, thanks for reporting. |
Hi guys,
In following your first tutorial it appears that newer versions of pcadapt require vcf --> bed format conversion for large files. I'm wondering where I'm going wrong. The vcf --> bed file conversion was straightforward in PLINK, and the
read.pcadapt
function appears to accept my modified file:However the
pcadapt
function appears to fail any time I load the object (SEpre
) resulting form theread.pcadapt
function:Any idea where I'm going wrong?
Perhaps you can also update your documentation regarding these file conversions and note that for large files you are now required to convert the
vcf
to a PLINK-formatted.bed
file? Your program provides error messages that are helpful at discerning this is the case, but these weren't posted in your tutorial/manual.In addition it would be great if you can add to the documentation that you must specify the new file as
type = "bed"
when running theread.pcadapt
function.I've posted the R
sessionInfo()
below in case that's helpful.Thanks for your help
The text was updated successfully, but these errors were encountered: