package R for vcf file ??
Hello,
I'm looking for a package in R which can deal with vcf file and doing stuff like "phyloseq" (which deal with .biom file) such as figure, statistics etc.
Do you know some ? thanks
• 4,278 views
•
link
2 answers
This can help you with a workflow
source("http://bioconductor.org/workflows.R"")
workflowInstall("variants")
You can have a look at here for more info like tutorial etc
If you want to extract your data , you can check this one here which is very well explained so I don't write what is written before
You can also check what people have said already on Biostar (look at the right side of your question) for example this is roughly answering your question
• 0 views
•
link
Log in to answer this question.