Description Usage Arguments Details Value See Also Examples
View source: R/HousekeepersHuman.R
Functon to retrieve genes of MHCI peptides represented across most tissues/donors/alleles
1 2 3 4 5 6 7 | HousekeepersHuman(
df_human,
NumDonorsperGene = 2,
NumAllelesperGene = 1,
topSeq = 100,
minNumTissues = 14
)
|
df_human |
Input data frame usually from GetHumanMHCI data |
NumDonorsperGene |
Minimum number of donors where a gene was found to be represented by universal (housekeeping) MHCI peptides, Default: 2 |
NumAllelesperGene |
Minimum number of alleles across all donors where a gene was found to be represented by universal (housekeeping) MHCI peptides, Default: 1 |
topSeq |
Selection of the top x peptides measured the most frequently as univeral (housekeeping) from which genes will be determined as universal, Default: 100 |
minNumTissues |
Min number of tissues that must have been sampled for a donor to be considered, Default: 14 |
The term universal peptide is used synonymously to housekeeping peptide
List containing ggplot2 figures and output data frame
count
ggplot
,aes
,geom_bar
,coord_flip
,scale_continuous
venn
org.Hs.eg.db
1 2 3 4 | ## Not run:
HousekeepersHuman(df_human)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.