genic_load {CNVgears} | R Documentation |
Annotate genic load
genic_load(DT_in, biotypes = "protein_coding", mart = NULL)
DT_in, |
a |
biotypes, |
character vector of Genecode biotypes, default value is "protein_coding". |
mart, |
user specified This function takes a |
the CNVresults
object DT_in
with additional columns:
genes and n_genes.
## Not run: DT <- genic_load(penn_22) ## End(Not run)