Closed ahwanpandey closed 4 years ago
@ahwanpandey
Thanks a lot for your suggestion. We have updated functions MutectVCFFilesToCatalog
, MutectVCFFilesToCatalogAndPlotToPdf
and MutectVCFFilesToZipFile
such that object catID
from the returned list has been changed from an ID catalog to a list: the second element annotated.vcfs
is a list of data frames which contain the original VCF ID mutation rows with three additional columns seq.context.width
, seq.context
and ID.class
added. You can get category assignment of each ID mutation in VCF from ID.class
column.
The returned value from functions StrelkaIDVCFFilesToCatalog
, StrelkaIDVCFFilesToCatalogAndPlotToPdf
, StrelkaIDVCFFilesToZipFile
and VCFsToIDCatalogs
also contain the ID category assignment information. You may refer to the updated reference manual with link provided on README.md for more details.
Please install the latest ICAMS development version 2.1.2.9005 from GitHub master branch with installation methods listed on README.md.
If you have other suggestion about this package or find any bug, please let us know. Thanks!
Thanks @jnh01 for the prompt response and the solution!
Good morning,
I was wondering if there was a way to get the assignment of each mutation in the VCF to the signature context? Foe example for a few lines of the VCF as follows:
Could ICAMs return something that contains the context assigned for each mutation such that it could be concatenated to a table? eg..
This would be really helpful to an already awesome package.
Thanks, Ahwan