You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Signac developpers,
I realized that signac requires that the Annotation slot gets the transcript ids stored into tx_id. While it is the case for the annotations from GetGRangesFromEnsDb, it is not the case from the import from file.
I don't know if the best place is in the code of signac or in the vignettes and/or in the man for CreateChromatinAssay but would be good to introduce a:
if (is.null(annotation$tx_id)) {
annotation$tx_id<-annotation$transcript_id
}
I would be happy to write a PR if you tell me where you prefer.
The text was updated successfully, but these errors were encountered:
Dear Signac developpers,
I realized that signac requires that the Annotation slot gets the transcript ids stored into
tx_id
. While it is the case for the annotations fromGetGRangesFromEnsDb
, it is not the case from theimport
from file.I don't know if the best place is in the code of signac or in the vignettes and/or in the man for
CreateChromatinAssay
but would be good to introduce a:I would be happy to write a PR if you tell me where you prefer.
The text was updated successfully, but these errors were encountered: