cran / genogeographer

:exclamation: This is a read-only mirror of the CRAN R package repository. genogeographer — Methods for Analysing Forensic Ancestry Informative Markers
1 stars 0 forks source link

profile_AA_x0 df argument #1

Open tuttigiuperterra opened 2 years ago

tuttigiuperterra commented 2 years ago

I'm trying to use the profile_AA_x0 function of the R package 'Genogeographer'. It has the following usage description:

Usage

profile_AA_x0 (AA_profile, df, select = c("locus", "x0"), keep_dropped = FALSE)

Arguments

_AAprofile: A tibble/data.frame with columns 'locus', 'A1' and 'A2' holding the separated version of a genotype, eg. AG -> A1: A, A2: G

df: The database with main alleles per locus

select: Which columns to return

_keepdropped : Logical. Keep the non-matching alleles (compared to 'db') and those with genotype 'NN'

How does a "database with main alleles per locus" look like? I do not understand what should I put in the variable df.

Thank you

gaborcsardi commented 2 years ago

Hi, this is a read only mirror of CRAN, please see the package authors in the DESCRIPTION file. Look for Maintainer, BugReports and URL. Thanks!