Description Usage Arguments Value See Also Examples
View source: R/mkHumanConnectivityMap.R
Function to generate human connectivity map and allele enrichment map
1 2 3 4 5 | mkHumanConnectivityMap(
df_human,
returnPlotsOnly = FALSE,
AlleleEnrichThr = 1.5
)
|
df_human |
Data frame containing MHCI tissue draft data from GetHumanMHCIdata |
returnPlotsOnly |
Loical, Default: FALSE |
AlleleEnrichThr |
Min fold change value above which an allele is considered enriched within a given tissue, Default: 1.5 |
list with ggplot2 objects and results data
group_by
,summarise
,n
,mutate
,tally
,mutate_all
spread
melt
,cast
RColorBrewer
pheatmap
forceSymmetric
1 2 3 4 | ## Not run:
mkHumanConnectivityMap(df_human, returnPlotsOnly=F,AlleleEnrichThr=1.5)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.