Description Usage Arguments Details Value Author(s) Source Examples
FilterCNVs.V4.: Function to filter predicted Copy Number Variation (CNVs) and avoid a high number of false positive calls.
1 2  | FilterCNVs.V4(CNVs = CNVs, MinNumSNPs = 20, Sample, ID = "Test",
  verbose = FALSE)
 | 
CNVs: | 
 Data frame with CNVs. Unknown?  | 
MinNumSNPs: | 
 Minimum number of SNPs per CNV, default = 20.  | 
Sample: | 
 Unknown.  | 
ID: | 
 Unknown.  | 
Verbose: | 
 Unknown, default = FALSE.  | 
The function receives a data frame with CNV information, ex: chr., start position, stop position, and sample ID.
Data frame with CNVs and classification.
Marcelo Bertalan, Louise K. Hoeffding.
1  | Unknown.
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.