deleteReadGroups
deletes a particular set of read groups from a SNPhood object.
Removal is irreversible. It is therefore recommended to save the resulting SNPhood
object with a new name.
deleteReadGroups(SNPhood.o, readGroups = NULL, verbose = TRUE)
SNPhood
annotationReadGroups
). If set to NULL, all read groups will be considered.deleteDatasets
, deleteRegions
data(SNPhood.o, package="SNPhood")
SNPhood_allelicFractions.o = deleteReadGroups(SNPhood.o, "ambiguous")
Run the code above in your browser using DataLab